summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordas <das>2007-09-05 01:39:21 (GMT)
committerdas <das>2007-09-05 01:39:21 (GMT)
commitc4b8fc25c68476800d7e9a8a872844807666a46b (patch)
tree229f236626a0401bccecf0507bf4e517a13fb03a /unix/Makefile.in
parentecfed073787d2557dd3521cc0903bd30b7774002 (diff)
downloadtcl-c4b8fc25c68476800d7e9a8a872844807666a46b.zip
tcl-c4b8fc25c68476800d7e9a8a872844807666a46b.tar.gz
tcl-c4b8fc25c68476800d7e9a8a872844807666a46b.tar.bz2
correct autoconf/autoheader dependencies
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in17
1 files changed, 8 insertions, 9 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 27da713..acab16e 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.215 2007/09/04 19:17:50 dgp Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.216 2007/09/05 01:39:21 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -532,9 +532,8 @@ MAC_OSX_SRCS = \
# won't compile on the current machine, and they will cause problems for
# things like "make depend".
-SRCS = $(GENERIC_SRCS) $(TOMMATH_SRCS) \
- $(UNIX_SRCS) $(NOTIFY_SRCS) $(STUB_SRCS) \
- @PLAT_SRCS@
+SRCS = $(GENERIC_SRCS) $(TOMMATH_SRCS) $(UNIX_SRCS) $(NOTIFY_SRCS) \
+ $(STUB_SRCS) @PLAT_SRCS@
all: binaries libraries doc
@@ -1605,13 +1604,13 @@ DISTROOT = /tmp/dist
DISTNAME = tcl${VERSION}${PATCH_LEVEL}
ZIPNAME = tcl${MAJOR_VERSION}${MINOR_VERSION}${PATCH_LEVEL}-src.zip
DISTDIR = $(DISTROOT)/$(DISTNAME)
-$(UNIX_DIR)/configure: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.m4
+$(UNIX_DIR)/configure: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.m4 \
+ $(UNIX_DIR)/aclocal.m4
cd $(UNIX_DIR); autoconf
-$(UNIX_DIR)/tclConfig.h.in: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.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)/tclConfig.h.in: $(MAC_OSX_DIR)/configure
+ cd $(MAC_OSX_DIR); autoheader; touch $@
dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(MAC_OSX_DIR)/configure genstubs
rm -rf $(DISTDIR)