Changeset cfcc587 for Makefile


Ignore:
Timestamp:
2005-11-28T01:14:35Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
ed165fe
Parents:
cf13671 (diff), b20b32f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from Wilmer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rcf13671 rcfcc587  
    2424
    2525all: $(OUTFILE)
     26        $(MAKE) -C doc
    2627
    2728uninstall: uninstall-bin uninstall-doc
     
    4748distclean: clean $(subdirs)
    4849        rm -f Makefile.settings config.h
    49         find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' | xargs rm -f
     50        find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
    5051
    5152install-doc:
Note: See TracChangeset for help on using the changeset viewer.