summaryrefslogtreecommitdiffstats
path: root/package/ltp-testsuite
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-25 10:29:47 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-25 10:29:47 +0000
commit4d49614d3fcb80776b49e470c68481c39e4f142d (patch)
tree4182b29ad6a7dcf28668e3df2111255c597215df /package/ltp-testsuite
parentd5ea4caa14529a52c6719538e80a7a7ab80bb815 (diff)
downloadbuildroot-novena-4d49614d3fcb80776b49e470c68481c39e4f142d.tar.gz
buildroot-novena-4d49614d3fcb80776b49e470c68481c39e4f142d.zip
- preserve quotes
Diffstat (limited to 'package/ltp-testsuite')
-rw-r--r--package/ltp-testsuite/ltp-testsuite.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk
index a59b1c0a5..f5a18aad4 100644
--- a/package/ltp-testsuite/ltp-testsuite.mk
+++ b/package/ltp-testsuite/ltp-testsuite.mk
@@ -47,8 +47,8 @@ sjh: $(LTP_TESTSUITE_DIR)/Makefile
$(LTP_TESTSUITE_DIR)/.installed: $(LTP_TESTSUITE_DIR)/.compiled
# Use fakeroot to pretend to do 'make install' as root
- echo "$(MAKE1) $(TARGET_CONFIGURE_OPTS) CROSS_COMPILER=$(TARGET_CROSS) " \
- "-C $(LTP_TESTSUITE_DIR) install" \
+ echo '$(MAKE1) $(TARGET_CONFIGURE_OPTS) CROSS_COMPILER=$(TARGET_CROSS) ' \
+ '-C $(LTP_TESTSUITE_DIR) install' \
> $(STAGING_DIR)/.fakeroot.ltp
touch $@