summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordas <das>2007-09-05 01:39:45 (GMT)
committerdas <das>2007-09-05 01:39:45 (GMT)
commit281ac1fd648dab5a5bc47dce8c85963bad365071 (patch)
tree43743df6361f2058c33daf4c2caa6ed4c0bfce0c /unix/Makefile.in
parent48f20c4d6b7363d2e2f9977927ef5644651886e4 (diff)
downloadtk-281ac1fd648dab5a5bc47dce8c85963bad365071.zip
tk-281ac1fd648dab5a5bc47dce8c85963bad365071.tar.gz
tk-281ac1fd648dab5a5bc47dce8c85963bad365071.tar.bz2
correct autoconf/autoheader dependencies
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index a732fb4..34f00b8 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.134 2007/09/04 19:19:01 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.135 2007/09/05 01:39:45 das Exp $
# Current Tk version; used in various names.
@@ -1502,11 +1502,10 @@ TCLDIR = @TCL_SRC_DIR@
$(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
- cd $(MAC_OSX_DIR); autoheader; touch $@
-$(MAC_OSX_DIR)/configure: $(MAC_OSX_DIR)/configure.ac
+$(MAC_OSX_DIR)/configure: $(MAC_OSX_DIR)/configure.ac $(UNIX_DIR)/configure
cd $(MAC_OSX_DIR); autoconf
+$(UNIX_DIR)/tkConfig.h.in: $(MAC_OSX_DIR)/configure
+ cd $(MAC_OSX_DIR); autoheader; touch $@
dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tkConfig.h.in $(MAC_OSX_DIR)/configure genstubs
rm -rf $(DISTDIR)