* Makefile.in (DO_X): Quote nested quotes.
authorLaurynas Biveinis <lauras@softhome.net>
Mon, 19 Mar 2001 19:12:04 +0000 (19:12 +0000)
committerLaurynas Biveinis <lauras@gcc.gnu.org>
Mon, 19 Mar 2001 19:12:04 +0000 (19:12 +0000)
From-SVN: r40631

ChangeLog
Makefile.in

index 2b203bb..ca43b4b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
+
+       * Makefile.in (DO_X): Quote nested quotes.
+
 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
 
        * MAINTAINERS: Add myself to write after approval list.
index 456c982..f2aad00 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; \
@@ -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; \