summaryrefslogtreecommitdiff
path: root/subdirs.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-07-05 15:01:03 +0000
committerTom Tromey <tromey@redhat.com>1996-07-05 15:01:03 +0000
commitf9ea08399ab498fc04ef6afeebb446c634824da2 (patch)
tree975c90e7f0e0ed7aeecfbc2790ec4c7f66fc551a /subdirs.am
parente758187381319a8d751f4896bb164ac789d90102 (diff)
downloadautomake-f9ea08399ab498fc04ef6afeebb446c634824da2.tar.gz
More bug fixes
Diffstat (limited to 'subdirs.am')
-rw-r--r--subdirs.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/subdirs.am b/subdirs.am
index 85c037a64..42bcfac3b 100644
--- a/subdirs.am
+++ b/subdirs.am
@@ -31,7 +31,6 @@ mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
for subdir in $(SUBDIRS); do \
target=`echo $@ | sed s/-recursive//`; \
- echo making $$target in $$subdir; \
(cd $$subdir && $(MAKE) $$target) \
## This trick allows "-k" to keep its natural meaning when running a
## recursive rule.