aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1992-08-31 01:21:57 +0000
committerDavid D. Zuhn <zoo@cygnus>1992-08-31 01:21:57 +0000
commita5cdd8afd199ca51a3799b31f4788793e63e981c (patch)
tree35b6bdd95b21ce0d2ef832a60095d8f5b84567a1 /Makefile.in
parentfe2b6209ff1e39ae4fae94f466d1fb160cddc71b (diff)
downloadfsf-binutils-gdb-a5cdd8afd199ca51a3799b31f4788793e63e981c.zip
fsf-binutils-gdb-a5cdd8afd199ca51a3799b31f4788793e63e981c.tar.gz
fsf-binutils-gdb-a5cdd8afd199ca51a3799b31f4788793e63e981c.tar.bz2
removed debugging code accidentally checked in
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 86d344e..b01f100 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