source:
scripts/untested/autotools/patches/automake-1.4-subdirs-89656.patch@
e5345f18
Last change on this file since e5345f18 was d1afb9e, checked in by , 19 years ago | |
---|---|
|
|
File size: 944 bytes |
-
automake-1.4-p6/subdirs.am
Patch from redhat/fedora which made it into upstream.
old new 27 27 all-recursive install-data-recursive install-exec-recursive \ 28 28 installdirs-recursive install-recursive uninstall-recursive @INSTALLINFO@ \ 29 29 check-recursive installcheck-recursive info-recursive dvi-recursive: 30 @set fnord $ (MAKEFLAGS); amf=$$2; \30 @set fnord $$MAKEFLAGS; amf=$$2; \ 31 31 dot_seen=no; \ 32 32 target=`echo $@ | sed s/-recursive//`; \ 33 33 list='$(SUBDIRS)'; for subdir in $$list; do \ … … check-recursive installcheck-recursive i 55 55 ## bombs. 56 56 mostlyclean-recursive clean-recursive distclean-recursive \ 57 57 maintainer-clean-recursive: 58 @set fnord $ (MAKEFLAGS); amf=$$2; \58 @set fnord $$MAKEFLAGS; amf=$$2; \ 59 59 dot_seen=no; \ 60 60 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 61 61 rev="$$subdir $$rev"; \
Note:
See TracBrowser
for help on using the repository browser.