summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-19 19:12:04 +0000
committerlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-19 19:12:04 +0000
commitf9ecd05bbe14ccaeffba630fc8704484216baa09 (patch)
tree743bef336f89b50cb811d6a666bfa5c70bf05d67 /Makefile.in
parent43dd9cb8ec82010d0b84417dd64ec0f444c4b14c (diff)
downloadgcc-f9ecd05bbe14ccaeffba630fc8704484216baa09.tar.gz
* Makefile.in (DO_X): Quote nested quotes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40631 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 456c982dc8e..f2aad0036de 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -967,7 +967,7 @@ $(DO_X):
if (cd ./$$i; \
$(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
"CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
- "`echo "RANLIB=$${RANLIB}" | sed -e s/.*=$$/XFOO=/`" \
+ "`echo \"RANLIB=$${RANLIB}\" | sed -e \'s/.*=$$/XFOO=/\'`" \
"DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
$${target}); \
then true; else exit 1; fi; \
@@ -986,7 +986,7 @@ $(DO_X):
if (cd $(TARGET_SUBDIR)/$$i; \
$(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
"CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
- "`echo "RANLIB=$${RANLIB}" | sed -e s/.*=$$/XFOO=/`" \
+ "`echo \"RANLIB=$${RANLIB}\" | sed -e \'s/.*=$$/XFOO=/\'`" \
"DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
$${target}); \
then true; else exit 1; fi; \