* Makefile.in (DO_X): Do not backslash single-quotes in backquotes.
authorColin Howell <chowell@redhat.com>
Fri, 23 Mar 2001 18:21:28 +0000 (18:21 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Fri, 23 Mar 2001 18:21:28 +0000 (13:21 -0500)
From-SVN: r40783

ChangeLog
Makefile.in

index 047c6f2187bdc81c27274c743ec8808617b40d6b..730aff9e079fbd485f307e71a9a00ef8f9b305f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-22  Colin Howell  <chowell@redhat.com>
+
+       * Makefile.in (DO_X): Do not backslash single-quotes in backquotes.
+
 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
 
        Re-installed:
index cf55fea49ca1a240af0bd038b633835012b1ea6f..17c9c681a9ba43b39899d5b1babc3cee6635cb2c 100644 (file)
@@ -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; \