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
1 changed files with 2 additions and 2 deletions

View File

@ -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