diff options
author | dgp <dgp@users.sourceforge.net> | 2009-10-26 16:56:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-10-26 16:56:46 (GMT) |
commit | f8a12031084ace161fabdcdadaea112f0e6e35e6 (patch) | |
tree | 6c5b0a0539b3eb3215315f24a3dd56f2f9cdeeae /unix/Makefile.in | |
parent | 5dac4fa094034470abd2ee135112ee4260292a6b (diff) | |
download | tk-f8a12031084ace161fabdcdadaea112f0e6e35e6.zip tk-f8a12031084ace161fabdcdadaea112f0e6e35e6.tar.gz tk-f8a12031084ace161fabdcdadaea112f0e6e35e6.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 7e201cc..dd87214 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.158 2009/10/20 17:23:09 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.159 2009/10/26 16:56:46 dgp Exp $ # Current Tk version; used in various names. @@ -881,7 +881,7 @@ clean: distclean: clean rm -rf Makefile config.status config.cache config.log tkConfig.sh \ - $(PACKAGE).* prototype tkConfig.h *.plist Tk.framework tk.pc + tkConfig.h *.plist Tk.framework tk.pc depend: makedepend -- $(DEPEND_SWITCHES) -- $(SRCS) |