removed debugging code accidentally checked in

This commit is contained in:
David D. Zuhn
1992-08-31 01:21:57 +00:00
parent fe2b6209ff
commit a5cdd8afd1

View File

@ -218,9 +218,9 @@ install.cross: install-dirs install-libiberty install-mmalloc \
### autoconf ### autoconf
all-autoconf: force all-autoconf: force
if [ -f ./autoconf/Makefile ] ; then \ @if [ -f ./autoconf/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \ rootme=`pwd` ; export rootme ; \
(cd ./autoconf; echo "XX" $${rootme} "XXX" ; $(MAKE) $(FLAGS_TO_PASS) all) ; \ (cd ./autoconf; $(MAKE) $(FLAGS_TO_PASS) all) ; \
else \ else \
true ; \ true ; \
fi fi