diff options
author | Björn Persson <Bjorn@Rombobjörn.se> | 2014-02-03 00:01:22 +0100 |
---|---|---|
committer | Björn Persson <Bjorn@Rombobjörn.se> | 2014-02-03 00:01:22 +0100 |
commit | 157ce11035fc812ac1d6c9863abd11cd78ffcb1e (patch) | |
tree | 6d9383bfdc7427a39b28ab4c5760d3932b646b1c /testsuite/sources/library_1/subdir | |
parent | 17adf2f999c06f1f7d207cb9ce5e2518b7e89ca6 (diff) |
Avoid spaces in sub-Make testing.
Diffstat (limited to 'testsuite/sources/library_1/subdir')
-rw-r--r-- | testsuite/sources/library_1/subdir/helper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 $< $@ |