Rombobjörn

summaryrefslogtreecommitdiff
path: root/testsuite/sources/library_1
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sources/library_1')
-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 83ee65a..7ecb403 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=${make_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 a02f8e3..04ed95b 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: ${make_libexecdir}/testcase/script
+build: ${Make_libexecdir}/testcase/script
-${make_libexecdir}/testcase/script: script | ${make_libexecdir}/testcase/
+${Make_libexecdir}/testcase/script: script | ${Make_libexecdir}/testcase/
cp -p $< $@