]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (all-subdir, check-subdir, installcheck-subdir)
authorChristian Cornelssen <ccorn@cs.tu-berlin.de>
Tue, 28 Jan 2003 21:52:14 +0000 (22:52 +0100)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Tue, 28 Jan 2003 21:52:14 +0000 (21:52 +0000)
(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

libiberty/ChangeLog
libiberty/Makefile.in

index d8383a5e5bc2ec46e9a46e39a0cfa99a87339eb1..fe4aa6050524203ea75d9963dce40d28ee6d3b38 100644 (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
index 226116941c05dd209755df83720df8f9c44e9707..8644b4bc7ed260db77aa65e0c08d8cccc5f182e7 100644 (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