* Makefile.in (all-subdir, check-subdir, installcheck-subdir)
[deliverable/binutils-gdb.git] / libiberty / Makefile.in
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
This page took 0.045314 seconds and 4 git commands to generate.