Fixed building with OBJDIR
This commit is contained in:
parent
2fe12de441
commit
00da9d9164
@ -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:
|
||||
|
@ -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
|
||||
|
@ -27,6 +27,7 @@
|
||||
#variables
|
||||
#executables
|
||||
CONFIGURE="../src/configure"
|
||||
[ -n "$OBJDIR" ] && configure="${OBJDIR}configure"
|
||||
DATE="date"
|
||||
DIFF="diff"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user