Re-generated the Makefiles

This commit is contained in:
Pierre Pronchery 2014-11-11 21:14:20 +01:00
parent c87a3ffa84
commit 2fe12de441
2 changed files with 5 additions and 3 deletions

View File

@ -10,6 +10,7 @@ RM = rm -f
RM = rm -f
LN = ln -f
TAR = tar
MKDIR = mkdir -m 0755 -p
all: subdirs

View File

@ -1,4 +1,5 @@
TARGETS = tests.log
TARGETS = $(OBJDIR)tests.log
OBJDIR =
PREFIX = /usr/local
DESTDIR =
RM = rm -f
@ -9,8 +10,8 @@ INSTALL = install
all: $(TARGETS)
tests.log: ../src/configure library/project.conf library/Makefile.Darwin library/Makefile.NetBSD plugin/Makefile.Darwin plugin/Makefile.NetBSD tests.sh
./tests.sh -P "$(PREFIX)" -- "tests.log"
$(OBJDIR)tests.log: ../src/configure library/project.conf library/Makefile.Darwin library/Makefile.NetBSD plugin/Makefile.Darwin plugin/Makefile.NetBSD tests.sh
./tests.sh -P "$(PREFIX)" -- "$(OBJDIR)tests.log"
clean:
$(RM) -- $(tests.log_OBJS)