diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 86d344e..b01f100 100644 --- a/Makefile.in +++ b/Makefile.in @@ -218,9 +218,9 @@ install.cross: install-dirs install-libiberty install-mmalloc \ ### autoconf all-autoconf: force - if [ -f ./autoconf/Makefile ] ; then \ + @if [ -f ./autoconf/Makefile ] ; then \ rootme=`pwd` ; export rootme ; \ - (cd ./autoconf; echo "XX" $${rootme} "XXX" ; $(MAKE) $(FLAGS_TO_PASS) all) ; \ + (cd ./autoconf; $(MAKE) $(FLAGS_TO_PASS) all) ; \ else \ true ; \ fi |