Changeset 14422 for trunk/base


Ignore:
Timestamp:
Oct 4, 2005, 9:53:46 PM (19 years ago)
Author:
toby
Message:
  • Make distclean work again.
  • Remove Darwinports.dylib during distclean
Location:
trunk/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/doc/Makefile

    r14018 r14422  
    44TOPSRCDIR=      ..
    55
     6ifneq ($(MAKECMDGOALS),distclean)
    67include ../Mk/dports.autoconf.mk
     8endif
    79
    810all:
  • trunk/base/src/darwinports1.0/Makefile

    r13693 r14422  
    77DARWIN_OLD_PKGINDEX=    ${DESTDIR}${TCL_PACKAGE_DIR}/8.3/darwinports1.0/pkgIndex.tcl
    88
     9ifneq ($(MAKECMDGOALS),distclean)
    910include ../../Mk/dports.autoconf.mk
     11endif
    1012include ../../Mk/dports.tea.mk
    1113
     
    1315
    1416distclean:: clean
    15         rm -f darwinports_autoconf.tcl darwinports_fastload.tcl;
     17        rm -f darwinports_autoconf.tcl darwinports_fastload.tcl Darwinports.dylib
    1618
    1719install::
Note: See TracChangeset for help on using the changeset viewer.