From 157ce11035fc812ac1d6c9863abd11cd78ffcb1e Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Mon, 3 Feb 2014 00:01:22 +0100 Subject: Avoid spaces in sub-Make testing. --- testsuite/sources/library_1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/sources/library_1/Makefile') 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 -- cgit v1.2.3