diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-01-28 21:53:39 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-01-28 21:53:39 +0000 |
commit | 7ab094dd5f0478732e8135ae7106dae422e9b9de (patch) | |
tree | 3d9cf449802985208396e5e34c8f134d12543ad6 /libiberty/Makefile.in | |
parent | 575df721defa68ca64e57c75026cb580314e5b21 (diff) | |
download | gdb-7ab094dd5f0478732e8135ae7106dae422e9b9de.tar.gz |
* 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).
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 226116941c0..8644b4bc7ed 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -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 |