diff options
author | dgp <dgp@noemail.net> | 2005-12-01 19:12:43 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2005-12-01 19:12:43 (GMT) |
commit | 5e98a3cd4743dd5f205bf144a0c9384fe7725758 (patch) | |
tree | bb35a002e07dd20632118ec8d34d1115841391ad /unix | |
parent | 25aa1ef6e1befe33d6acdc680850ab2258a4212b (diff) | |
download | tk-5e98a3cd4743dd5f205bf144a0c9384fe7725758.zip tk-5e98a3cd4743dd5f205bf144a0c9384fe7725758.tar.gz tk-5e98a3cd4743dd5f205bf144a0c9384fe7725758.tar.bz2 |
another try
FossilOrigin-Name: 5409ac75557d3a57971face1a302dd77f7672459
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index bc7fd4f..c5f511d 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.87.2.16 2005/12/01 19:03:14 dgp Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.87.2.17 2005/12/01 19:12:44 dgp Exp $ # Current Tk version; used in various names. @@ -1353,12 +1353,12 @@ dist: 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.in $(DISTDIR)/win/rc/ + cp -p $(TOP_DIR)/win/wish.exe.manifest.in $(DISTDIR)/win/ cp -p $(TOP_DIR)/win/rc/*.rc $(TOP_DIR)/win/rc/*.cur \ $(TOP_DIR)/win/rc/*.ico $(TOP_DIR)/win/rc/*.bmp \ $(DISTDIR)/win/rc $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rc/*.rc - $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rc/wish.exe.manifest.in + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/wish.exe.manifest.in mkdir $(DISTDIR)/mac cp -p $(TOP_DIR)/mac/tkMacProjects.sea.hqx $(DISTDIR)/mac cp -p $(TOP_DIR)/mac/*.c $(TOP_DIR)/mac/*.h $(TOP_DIR)/mac/*.r \ |