removed debugging code accidentally checked in
authorDavid D. Zuhn <zoo@cygnus>
Mon, 31 Aug 1992 01:21:57 +0000 (01:21 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Mon, 31 Aug 1992 01:21:57 +0000 (01:21 +0000)
Makefile.in

index 86d344e..b01f100 100644 (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