summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-09-04 18:46:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-09-04 18:46:28 (GMT)
commitb9f73a200fec556172a13cd903451f5aa4303020 (patch)
treee83402ee609021582f3fb2392f22913a8eed898f /unix/Makefile.in
parent467374f42f6015fb5d2f81ef77eaa7d7109f0b23 (diff)
downloadtk-b9f73a200fec556172a13cd903451f5aa4303020.zip
tk-b9f73a200fec556172a13cd903451f5aa4303020.tar.gz
tk-b9f73a200fec556172a13cd903451f5aa4303020.tar.bz2
* unix/Makefile.in: Corrections to `make dist` dependencies to be
sure that macosx/configure gets generated whenever it does not exist.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 7012421..6ed4b07 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.132 2007/08/07 05:07:21 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.133 2007/09/04 18:46:29 dgp Exp $
# Current Tk version; used in various names.
@@ -1503,10 +1503,12 @@ $(UNIX_DIR)/configure: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.m4 \
$(UNIX_DIR)/aclocal.m4
cd $(UNIX_DIR); autoconf
$(UNIX_DIR)/tkConfig.h.in: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.m4 \
- $(UNIX_DIR)/aclocal.m4 $(MAC_OSX_DIR)/configure.ac
- cd $(MAC_OSX_DIR); autoconf; autoheader; touch $@
+ $(UNIX_DIR)/aclocal.m4 $(MAC_OSX_DIR)/configure
+ cd $(MAC_OSX_DIR); autoheader; touch $@
+$(MAC_OSX_DIR)/configure: $(MAC_OSX_DIR)/configure.ac
+ cd $(MAC_OSX_DIR); autoconf
-dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in
+dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(MAC_OSX_DIR)/configure
rm -rf $(DISTDIR)
mkdir -p $(DISTDIR)/unix
cp -p $(UNIX_DIR)/*.c $(UNIX_DIR)/*.h $(DISTDIR)/unix