* Makefile.in (all-subdir, check-subdir, installcheck-subdir)

(info-subdir, install-info-subdir, clean-info-subdir)
(dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
(clean-subdir, distclean-subdir, maintainer-clean-subdir):
Pass $(FLAGS_TO_PASS).

From-SVN: r62013
This commit is contained in:
Christian Cornelssen 2003-01-28 22:52:14 +01:00 committed by Alexandre Oliva
parent 75642f32e5
commit 4ce1921a71
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
* Makefile.in (all-subdir, check-subdir, installcheck-subdir)
(info-subdir, install-info-subdir, clean-info-subdir)
(dvi-subdir, install-subdir, etags-subdir, mostlyclean-subdir)
(clean-subdir, distclean-subdir, maintainer-clean-subdir):
Pass $(FLAGS_TO_PASS).
2003-01-27 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (install_to_tooldir): Instead of $(MULTISUBDIR), use

View file

@ -398,7 +398,7 @@ maintainer-clean-subdir: config.h
@subdirs='$(SUBDIRS)'; \
target=`echo $@ | sed -e 's/-subdir//'`; \
for dir in $$subdirs ; do \
cd $$dir && $(MAKE) $$target; \
cd $$dir && $(MAKE) $(FLAGS_TO_PASS) $$target; \
done
$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir