* Makefile.in (DO_X): Do not backslash single-quotes in backquotes.
From-SVN: r40783
This commit is contained in:
parent
3e02b1c3e8
commit
e9f4fa7143
@ -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>
|
2001-03-22 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
Re-installed:
|
Re-installed:
|
||||||
|
@ -967,7 +967,7 @@ $(DO_X):
|
|||||||
if (cd ./$$i; \
|
if (cd ./$$i; \
|
||||||
$(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
|
$(MAKE) $(BASE_FLAGS_TO_PASS) "AR=$${AR}" "AS=$${AS}" \
|
||||||
"CC=$${CC}" "CXX=$${CXX}" "LD=$${LD}" "NM=$${NM}" \
|
"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}" \
|
"DLLTOOL=$${DLLTOOL}" "WINDRES=$${WINDRES}" \
|
||||||
$${target}); \
|
$${target}); \
|
||||||
then true; else exit 1; fi; \
|
then true; else exit 1; fi; \
|
||||||
|
Loading…
Reference in New Issue
Block a user