- Timestamp:
- Apr 15, 2007, 9:38:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-devel/automake-1.4/subdirs.am
r3124 r3129 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//`; \ … … 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 \
Note:
See TracChangeset
for help on using the changeset viewer.