summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-10-18 22:59:54 (GMT)
committerhobbs <hobbs>2002-10-18 22:59:54 (GMT)
commit7913e154bd7705f376f1d3991b4050b4ab69b442 (patch)
tree06b223e613b01ab2517a22c3699dfb3a72321efb /unix
parent15f0f765a5441cc7e8ad6b05238368f91ed0f8e9 (diff)
downloadtcl-7913e154bd7705f376f1d3991b4050b4ab69b442.zip
tcl-7913e154bd7705f376f1d3991b4050b4ab69b442.tar.gz
tcl-7913e154bd7705f376f1d3991b4050b4ab69b442.tar.bz2
* unix/Makefile.in (dist): add any mac/tcl*.sea.hqx files
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 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