From 7238de5c34318c3f5e60a0b2021e54ffd40c8e57 Mon Sep 17 00:00:00 2001
From: Colin Howell <chowell@redhat.com>
Date: Fri, 23 Mar 2001 23:59:17 +0000
Subject: [PATCH] Makefile.in (DO_X): Do not backslash single-quotes in
 backquotes (two places).

* Makefile.in (DO_X): Do not backslash single-quotes in
backquotes (two places).

From-SVN: r40796
---
 ChangeLog   | 3 ++-
 Makefile.in | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 730aff9e079f..9b452e17fc0a 100644
--- 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>
 
diff --git a/Makefile.in b/Makefile.in
index 17c9c681a9ba..e9a8e2192d9c 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; \
-- 
GitLab