Rombobjörn

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $< $@