diff options
author | hobbs <hobbs> | 2004-03-04 00:07:06 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-03-04 00:07:06 (GMT) |
commit | 3c10910e580d3c0bfdd60019cabff25a75c2cb1d (patch) | |
tree | ba38033532a553a4eda43b1bbd855a910ca718ca /unix | |
parent | 04b132c5cf9839785d49f72f838ab50bbdc0fbf0 (diff) | |
download | tk-3c10910e580d3c0bfdd60019cabff25a75c2cb1d.zip tk-3c10910e580d3c0bfdd60019cabff25a75c2cb1d.tar.gz tk-3c10910e580d3c0bfdd60019cabff25a75c2cb1d.tar.bz2 |
* unix/Makefile.in (dist): don't require win/lamp.bmp copy in dist
target (it's already handled by win/rc/*.bmp copy)
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 201011f..7556452 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.90 2003/11/11 00:07:37 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.91 2004/03/04 00:07:06 hobbs Exp $ # Current Tk version; used in various names. @@ -1125,7 +1125,6 @@ dist: $(UNIX_DIR)/configure mklinks cp -p $(TOP_DIR)/win/rules.vc $(DISTDIR)/win $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rules.vc cp -p $(TOP_DIR)/win/README $(DISTDIR)/win - cp -p $(TOP_DIR)/win/lamp.bmp $(DISTDIR)/win cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win mkdir $(DISTDIR)/win/rc cp -p $(TOP_DIR)/win/rc/wish.exe.manifest $(DISTDIR)/win/rc/ |