summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-23 23:59:17 +0000
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-23 23:59:17 +0000
commit5c144a30ab68a06ec67aba76d88721ca009ce65c (patch)
tree13d09fec9422bc3f73ebb5f8464aa36c7d4b6664 /Makefile.in
parent5a4fcef04aa3d69ba01e56c3f9825916c47482e8 (diff)
downloadgcc-5c144a30ab68a06ec67aba76d88721ca009ce65c.tar.gz
* Makefile.in (DO_X): Do not backslash single-quotes in
backquotes (two places). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40796 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 17c9c681a9b..e9a8e2192d9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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; \