summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2007-09-04 19:19:00 (GMT)
committerdgp@users.sourceforge.net <dgp>2007-09-04 19:19:00 (GMT)
commit456562c8507aaa0ce4807174814b603ac13353c6 (patch)
treead0db36d53044c9e8b5a7e0e48befb31d95d2c6f /unix/Makefile.in
parent8f59146f805c31a98ca16bddf88d522b7b2ffdcc (diff)
downloadtk-456562c8507aaa0ce4807174814b603ac13353c6.zip
tk-456562c8507aaa0ce4807174814b603ac13353c6.tar.gz
tk-456562c8507aaa0ce4807174814b603ac13353c6.tar.bz2
* unix/Makefile.in: It's unreliable to count on the release
manager to remember to `make genstubs` before `make dist`. Let the Makefile remember the dependency for us.
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 6ed4b07..a732fb4 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.133 2007/09/04 18:46:29 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.134 2007/09/04 19:19:01 dgp Exp $
# Current Tk version; used in various names.
@@ -1508,7 +1508,7 @@ $(UNIX_DIR)/tkConfig.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)/tkConfig.h.in $(MAC_OSX_DIR)/configure
+dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(MAC_OSX_DIR)/configure genstubs
rm -rf $(DISTDIR)
mkdir -p $(DISTDIR)/unix
cp -p $(UNIX_DIR)/*.c $(UNIX_DIR)/*.h $(DISTDIR)/unix