From: David D. Zuhn Date: Mon, 31 Aug 1992 01:21:57 +0000 (+0000) Subject: removed debugging code accidentally checked in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5cdd8afd199ca51a3799b31f4788793e63e981c;p=binutils-gdb.git removed debugging code accidentally checked in --- diff --git a/Makefile.in b/Makefile.in index 86d344e741c..b01f1004064 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