summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-23 18:21:28 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-23 18:21:28 +0000
commit46b4391221355bb4dd57ecdc685e8f9c0cca9fa2 (patch)
tree461f2083620eecee8678f9f300cf7c13705c1dc2 /Makefile.in
parent8fe72ef18f39fa3eb2bcad677a60f90db8d013ba (diff)
downloadgcc-46b4391221355bb4dd57ecdc685e8f9c0cca9fa2.tar.gz
* Makefile.in (DO_X): Do not backslash single-quotes in backquotes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40783 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cf55fea49ca..17c9c681a9b 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; \