diff options
author | dgp <dgp@users.sourceforge.net> | 2009-10-26 16:56:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-10-26 16:56:23 (GMT) |
commit | a105e211c00630f0a0cbee1031379b3f187c3b9c (patch) | |
tree | 72d054694da794381eb4b5cf18464ad0a3d7c79d /unix/Makefile.in | |
parent | 2a552ac984e719a90dd9e9b554e2c3eb929359f9 (diff) | |
download | tcl-a105e211c00630f0a0cbee1031379b3f187c3b9c.zip tcl-a105e211c00630f0a0cbee1031379b3f187c3b9c.tar.gz tcl-a105e211c00630f0a0cbee1031379b3f187c3b9c.tar.bz2 |
* unix/Makefile.in: Remove $(PACKAGE).* and prototype from the
`make distclean` target. Completes 2009-10-20 commit.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index f190222..6f40a1d 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.278 2009/10/20 17:21:23 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.279 2009/10/26 16:56:23 dgp Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -927,8 +927,7 @@ clean: clean-packages distclean: distclean-packages clean rm -rf Makefile config.status config.cache config.log tclConfig.sh \ - $(PACKAGE).* prototype tclConfig.h *.plist Tcl.framework \ - tcl.pc + tclConfig.h *.plist Tcl.framework tcl.pc cd dltest ; $(MAKE) distclean depend: |