projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe2b620
)
removed debugging code accidentally checked in
author
David D. Zuhn
<zoo@cygnus>
Mon, 31 Aug 1992 01:21:57 +0000
(
01:21
+0000)
committer
David D. Zuhn
<zoo@cygnus>
Mon, 31 Aug 1992 01:21:57 +0000
(
01:21
+0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
86d344e
..
b01f100
100644
(file)
--- 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