Fixed building with OBJDIR
This commit is contained in:
parent
2fe12de441
commit
00da9d9164
@ -10,7 +10,7 @@ INSTALL = install
|
|||||||
|
|
||||||
all: $(TARGETS)
|
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"
|
./tests.sh -P "$(PREFIX)" -- "$(OBJDIR)tests.log"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -4,4 +4,4 @@ dist=Makefile,tests.sh,library/project.conf,library/Makefile.Darwin,library/Make
|
|||||||
[tests.log]
|
[tests.log]
|
||||||
type=script
|
type=script
|
||||||
script=./tests.sh
|
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
|
#variables
|
||||||
#executables
|
#executables
|
||||||
CONFIGURE="../src/configure"
|
CONFIGURE="../src/configure"
|
||||||
|
[ -n "$OBJDIR" ] && configure="${OBJDIR}configure"
|
||||||
DATE="date"
|
DATE="date"
|
||||||
DIFF="diff"
|
DIFF="diff"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user