mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:10:33 +08:00
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
This commit is contained in:
parent
f1a0345cf6
commit
7238de5c34
@ -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>
|
||||
|
||||
|
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user