Ignore:
Timestamp:
2001-06-19T17:07:24+12:00 (23 years ago)
Author:
jrm21
Message:

make install now depends on all. Similarly distclean depends on clean.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/Makefile.in

    r2474 r2589  
    5757    done
    5858
    59 install:
     59install: all
    6060
    6161    for idir in $(INSTALLDIRS); do \
     
    6666# added test to check existence of Makefile, as src/recpt is in
    6767# both INSTALLDIRS and OTHERDIRS - can't make distclean twice!
    68 distclean:
     68distclean: clean
    6969    rm -f Makefile config.cache config.h config.log stamp-h config.status
    7070    for subdir in $(INSTALLDIRS) $(OTHERDIRS); do \
Note: See TracChangeset for help on using the changeset viewer.