diff options
author | dgp <dgp@users.sourceforge.net> | 2005-12-01 19:03:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-12-01 19:03:14 (GMT) |
commit | aeca594074a13c299365a5aaaf9f6769757016c6 (patch) | |
tree | a31ab854b77e0d80d9543257da4eb6a26407cf6e /unix/Makefile.in | |
parent | 277158cf072d9b7124bc4fb69806afac0a0b998c (diff) | |
download | tk-aeca594074a13c299365a5aaaf9f6769757016c6.zip tk-aeca594074a13c299365a5aaaf9f6769757016c6.tar.gz tk-aeca594074a13c299365a5aaaf9f6769757016c6.tar.bz2 |
update `make dist` for the wish.exe.manifest -> wish.exe.manifest.in change
Diffstat (limited to 'unix/Makefile.in')
-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 55dada2..bc7fd4f 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.15 2005/11/27 02:44:26 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.87.2.16 2005/12/01 19:03:14 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 $(DISTDIR)/win/rc/ + cp -p $(TOP_DIR)/win/rc/wish.exe.manifest.in $(DISTDIR)/win/rc/ 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 + $(TCL_EXE) $(TOOL_DIR)/eolFix.tcl -crlf $(DISTDIR)/win/rc/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 \ |