* Makefile.in (all-subdir, check-subdir, installcheck-subdir)
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 28 Jan 2003 21:53:39 +0000 (21:53 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 28 Jan 2003 21:53:39 +0000 (21:53 +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).

libiberty/ChangeLog
libiberty/Makefile.in

index d8383a5..fe4aa60 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 2261169..8644b4b 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