OSDN Git Service

* Makefile.in (DO_X): Do not backslash single-quotes in
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Mar 2001 23:59:17 +0000 (23:59 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Mar 2001 23:59:17 +0000 (23:59 +0000)
backquotes (two places).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40796 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
Makefile.in

index 730aff9..9b452e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2001-03-22  Colin Howell  <chowell@redhat.com>
 
-       * Makefile.in (DO_X): Do not backslash single-quotes in backquotes.
+       * Makefile.in (DO_X): Do not backslash single-quotes in
+       backquotes (two places).
 
 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
 
index 17c9c68..e9a8e21 100644 (file)
@@ -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; \