summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-04 19:21:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-04 19:21:36 (GMT)
commit2ac13cbeaf7d29c6c861c2c31cd6ffa293e295ef (patch)
treea31e2a5c9e521d0f7c61b03da1de03f17aa8ae52 /unix/Makefile.in
parentd074c40060f2c3f6181929c8a7c4ef9f21bed084 (diff)
downloadtcl-2ac13cbeaf7d29c6c861c2c31cd6ffa293e295ef.zip
tcl-2ac13cbeaf7d29c6c861c2c31cd6ffa293e295ef.tar.gz
tcl-2ac13cbeaf7d29c6c861c2c31cd6ffa293e295ef.tar.bz2
merge updates from HEAD
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 cd5c4c3..c4b9b62 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.207.2.6 2007/09/04 18:48:00 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.207.2.7 2007/09/04 19:21:37 dgp Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -1613,7 +1613,7 @@ $(UNIX_DIR)/tclConfig.h.in: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.m4 \
$(MAC_OSX_DIR)/configure: $(MAC_OSX_DIR)/configure.ac
cd $(MAC_OSX_DIR); autoconf
-dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(MAC_OSX_DIR)/configure
+dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(MAC_OSX_DIR)/configure genstubs
rm -rf $(DISTDIR)
mkdir -p $(DISTDIR)/unix
cp -p $(UNIX_DIR)/*.[ch] $(DISTDIR)/unix