diff options
author | Tom Tromey <tromey@redhat.com> | 1996-02-17 07:34:22 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-02-17 07:34:22 +0000 |
commit | 9be3ddeb64cc562f18245cbecc77a80e721c38b1 (patch) | |
tree | b30cdaf2d2b3fd7453b77b55c995c3ab70755dc2 /lib/am/subdirs.am | |
parent | 8869e041be024068b1e09f2ea6d02474ced3f4d8 (diff) | |
download | automake-9be3ddeb64cc562f18245cbecc77a80e721c38b1.tar.gz |
Bug fixes
Diffstat (limited to 'lib/am/subdirs.am')
-rw-r--r-- | lib/am/subdirs.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/subdirs.am b/lib/am/subdirs.am index a335ab6c7..85c037a64 100644 --- a/lib/am/subdirs.am +++ b/lib/am/subdirs.am @@ -28,7 +28,7 @@ all-recursive install-data-recursive install-exec-recursive \ installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursive info-recursive dvi-recursive \ mostlyclean-recursive clean-recursive distclean-recursive \ -maintainer-clean-recursive: $(CONFIG_HEADER) Makefile +maintainer-clean-recursive: for subdir in $(SUBDIRS); do \ target=`echo $@ | sed s/-recursive//`; \ echo making $$target in $$subdir; \ |