From a5cdd8afd199ca51a3799b31f4788793e63e981c Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Mon, 31 Aug 1992 01:21:57 +0000 Subject: [PATCH] removed debugging code accidentally checked in --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2