Fixed building with OBJDIR

This commit is contained in:
Pierre Pronchery 2014-11-11 21:19:44 +01:00
parent 2fe12de441
commit 00da9d9164
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ INSTALL = install
all: $(TARGETS)
$(OBJDIR)tests.log: ../src/configure library/project.conf library/Makefile.Darwin library/Makefile.NetBSD plugin/Makefile.Darwin plugin/Makefile.NetBSD tests.sh
$(OBJDIR)tests.log: 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:

View File

@ -4,4 +4,4 @@ dist=Makefile,tests.sh,library/project.conf,library/Makefile.Darwin,library/Make
[tests.log]
type=script
script=./tests.sh
depends=../src/configure,library/project.conf,library/Makefile.Darwin,library/Makefile.NetBSD,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,tests.sh
depends=library/project.conf,library/Makefile.Darwin,library/Makefile.NetBSD,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,tests.sh

View File

@ -27,6 +27,7 @@
#variables
#executables
CONFIGURE="../src/configure"
[ -n "$OBJDIR" ] && configure="${OBJDIR}configure"
DATE="date"
DIFF="diff"