summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2002-10-18 22:59:54 (GMT)
committerhobbs <hobbs@noemail.net>2002-10-18 22:59:54 (GMT)
commitbe8baf8e0faaf9cc31c7113834e77130928e31be (patch)
tree06b223e613b01ab2517a22c3699dfb3a72321efb /unix/Makefile.in
parentaac51522aa532c0df79adf483d3878e6ae1efff2 (diff)
downloadtcl-be8baf8e0faaf9cc31c7113834e77130928e31be.zip
tcl-be8baf8e0faaf9cc31c7113834e77130928e31be.tar.gz
tcl-be8baf8e0faaf9cc31c7113834e77130928e31be.tar.bz2
* unix/Makefile.in (dist): add any mac/tcl*.sea.hqx files
FossilOrigin-Name: 9b93f05a97e477bd60c3b03855fdf4d27c86d518
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index a7fd632..e2310ae 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.118 2002/10/10 04:56:21 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.119 2002/10/18 22:59:54 hobbs Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -1278,7 +1278,7 @@ dist: $(UNIX_DIR)/configure mklinks
cp -p $(TOP_DIR)/win/README $(DISTDIR)/win
cp -p $(TOP_DIR)/license.terms $(DISTDIR)/win
mkdir $(DISTDIR)/mac
- cp -p $(TOP_DIR)/mac/tclMacProjects.sea.hqx \
+ cp -p $(TOP_DIR)/mac/tcl*.sea.hqx \
$(TOP_DIR)/mac/*.c $(TOP_DIR)/mac/*.h $(TOP_DIR)/mac/*.r \
$(DISTDIR)/mac
cp -p $(TOP_DIR)/mac/porting.notes $(TOP_DIR)/mac/README $(DISTDIR)/mac