summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2002-06-17 20:17:53 (GMT)
committerhobbs <hobbs@noemail.net>2002-06-17 20:17:53 (GMT)
commitd6eeceb0a981fedf2307725cee9d834ce33443a8 (patch)
treee66006cf75fa79ecc22e5db9a87cad0a7ba97a2f /unix
parente7ebd064e25562b1f723ad60be5b1c4798fecc41 (diff)
downloadtk-d6eeceb0a981fedf2307725cee9d834ce33443a8.zip
tk-d6eeceb0a981fedf2307725cee9d834ce33443a8.tar.gz
tk-d6eeceb0a981fedf2307725cee9d834ce33443a8.tar.bz2
* unix/Makefile.in (dist): correct installation of
wish.exe.manifest to DISTDIR target directory. FossilOrigin-Name: 31a242134e06844d8918460fd85c922f8a27a1b8
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 50ec2cf..5704ebe 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.67 2002/06/14 23:10:42 jenglish Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.68 2002/06/17 20:17:55 hobbs Exp $
# Current Tk version; used in various names.
@@ -1074,7 +1074,7 @@ dist: $(UNIX_DIR)/configure
cp -p $(TOP_DIR)/win/README $(DISTDIR)/win
cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win
mkdir $(DISTDIR)/win/rc
- cp -p $(TOP_DIR)/win/rc/wish.exe.manifest $(TOP_DIR)/win/rc/
+ cp -p $(TOP_DIR)/win/rc/wish.exe.manifest $(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