aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorColin Howell <chowell@redhat.com>2001-03-23 18:21:28 +0000
committerDJ Delorie <dj@gcc.gnu.org>2001-03-23 13:21:28 -0500
commite9f4fa71431e33e47b1eab017ee03f937e27b058 (patch)
tree461f2083620eecee8678f9f300cf7c13705c1dc2 /Makefile.in
parent3e02b1c3e85584cb8d944fe4cd3c94eea723c77b (diff)
downloadgcc-e9f4fa71431e33e47b1eab017ee03f937e27b058.zip
gcc-e9f4fa71431e33e47b1eab017ee03f937e27b058.tar.gz
gcc-e9f4fa71431e33e47b1eab017ee03f937e27b058.tar.bz2
* Makefile.in (DO_X): Do not backslash single-quotes in backquotes.
From-SVN: r40783
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 cf55fea..17c9c68 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; \