Changeset 3129


Ignore:
Timestamp:
Apr 15, 2007, 9:38:14 PM (18 years ago)
Author:
bird
Message:

Applied automake-1.4-subdirs-89656.patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-devel/automake-1.4/subdirs.am

    r3124 r3129  
    2828installdirs-recursive install-recursive uninstall-recursive @INSTALLINFO@ \
    2929check-recursive installcheck-recursive info-recursive dvi-recursive:
    30         @set fnord $(MAKEFLAGS); amf=$$2; \
     30        @set fnord $$MAKEFLAGS; amf=$$2; \
    3131        dot_seen=no; \
    3232        target=`echo $@ | sed s/-recursive//`; \
     
    5656mostlyclean-recursive clean-recursive distclean-recursive \
    5757maintainer-clean-recursive:
    58         @set fnord $(MAKEFLAGS); amf=$$2; \
     58        @set fnord $$MAKEFLAGS; amf=$$2; \
    5959        dot_seen=no; \
    6060        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
Note: See TracChangeset for help on using the changeset viewer.