diff options
author | David D. Zuhn <zoo@cygnus> | 1992-08-31 01:21:57 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1992-08-31 01:21:57 +0000 |
commit | a5cdd8afd199ca51a3799b31f4788793e63e981c (patch) | |
tree | 35b6bdd95b21ce0d2ef832a60095d8f5b84567a1 /Makefile.in | |
parent | fe2b6209ff1e39ae4fae94f466d1fb160cddc71b (diff) | |
download | gdb-a5cdd8afd199ca51a3799b31f4788793e63e981c.zip gdb-a5cdd8afd199ca51a3799b31f4788793e63e981c.tar.gz gdb-a5cdd8afd199ca51a3799b31f4788793e63e981c.tar.bz2 |
removed debugging code accidentally checked in
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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 |