Fix running the tests with OBJDIR set
This commit is contained in:
parent
f8740ea1ec
commit
2608e29b53
@ -4,4 +4,4 @@ dist=Makefile,tests.sh,binary/project.conf,binary/Makefile.Darwin,binary/Makefil
|
||||
[tests.log]
|
||||
type=script
|
||||
script=./tests.sh
|
||||
depends=binary/project.conf,binary/Makefile.Darwin,binary/Makefile.NetBSD,binary/Makefile.Windows,library/project.conf,library/Makefile.Darwin,library/Makefile.Linux,library/Makefile.NetBSD,library/Makefile.Windows,object/project.conf,object/Makefile.NetBSD,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,script/project.conf,script/Makefile.NetBSD,tests.sh
|
||||
depends=$(OBJDIR)../src/configure$(EXEEXT),binary/project.conf,binary/Makefile.Darwin,binary/Makefile.NetBSD,binary/Makefile.Windows,library/project.conf,library/Makefile.Darwin,library/Makefile.Linux,library/Makefile.NetBSD,library/Makefile.Windows,object/project.conf,object/Makefile.NetBSD,plugin/Makefile.Darwin,plugin/Makefile.NetBSD,script/project.conf,script/Makefile.NetBSD,tests.sh
|
||||
|
@ -27,8 +27,7 @@
|
||||
#variables
|
||||
PROGNAME="tests.sh"
|
||||
#executables
|
||||
CONFIGURE="../src/configure"
|
||||
[ -n "$OBJDIR" ] && CONFIGURE="${OBJDIR}configure"
|
||||
CONFIGURE="${OBJDIR}../src/configure"
|
||||
DATE="date"
|
||||
DIFF="diff"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user