Rombobjörn

summaryrefslogtreecommitdiff
path: root/testsuite/sources/library_1/Makefile
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 /testsuite/sources/library_1/Makefile
parent17adf2f999c06f1f7d207cb9ce5e2518b7e89ca6 (diff)
Avoid spaces in sub-Make testing.
Diffstat (limited to 'testsuite/sources/library_1/Makefile')
-rw-r--r--testsuite/sources/library_1/Makefile2
1 files changed, 1 insertions, 1 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