Rombobjörn

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Persson <Bjorn@Rombobjörn.se>2014-02-03 00:01:22 +0100
committerBjörn Persson <Bjorn@Rombobjörn.se>2014-02-03 00:01:22 +0100
commit157ce11035fc812ac1d6c9863abd11cd78ffcb1e (patch)
tree6d9383bfdc7427a39b28ab4c5760d3932b646b1c
parent17adf2f999c06f1f7d207cb9ce5e2518b7e89ca6 (diff)
Avoid spaces in sub-Make testing.
-rw-r--r--testsuite/sources/library_1/Makefile2
-rw-r--r--testsuite/sources/library_1/subdir/helper/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/sources/library_1/Makefile b/testsuite/sources/library_1/Makefile
index 4047099..83ee65a 100644
--- a/testsuite/sources/library_1/Makefile
+++ b/testsuite/sources/library_1/Makefile
@@ -20,6 +20,6 @@ build_GPRs = build_testcase.gpr
usage_GPRs = testcase.gpr
submake:
- @${MAKE} --directory=${srcdir}/subdir
+ @${MAKE} --directory=${make_srcdir}/subdir
build: submake
diff --git a/testsuite/sources/library_1/subdir/helper/Makefile b/testsuite/sources/library_1/subdir/helper/Makefile
index f9ec257..a02f8e3 100644
--- a/testsuite/sources/library_1/subdir/helper/Makefile
+++ b/testsuite/sources/library_1/subdir/helper/Makefile
@@ -13,7 +13,7 @@
include ../../comfignat.mk
-build: ${stage_libexecdir}/testcase/script
+build: ${make_libexecdir}/testcase/script
-${stage_libexecdir}/testcase/script: script | ${stage_libexecdir}/testcase/
+${make_libexecdir}/testcase/script: script | ${make_libexecdir}/testcase/
cp -p $< $@