summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorrmax <rmax@noemail.net>2004-11-12 18:13:31 (GMT)
committerrmax <rmax@noemail.net>2004-11-12 18:13:31 (GMT)
commit7ab19da34c36ddfc7f0117faab4524942d291f4c (patch)
tree39ace184a9d15629bd28a95f70a27b3defb1595d /unix/Makefile.in
parent44fb49d0b4a38609399a3374b6922facf94f2a0c (diff)
downloadtcl-7ab19da34c36ddfc7f0117faab4524942d291f4c.zip
tcl-7ab19da34c36ddfc7f0117faab4524942d291f4c.tar.gz
tcl-7ab19da34c36ddfc7f0117faab4524942d291f4c.tar.bz2
tclConfig.h.in also depends on tcl.m4.
FossilOrigin-Name: 3e4139affde85088c5124584ac6bcf887b877b7b
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 7f64815..316e2b2 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.150 2004/11/12 18:07:49 rmax Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.151 2004/11/12 18:13:32 rmax Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -1297,7 +1297,7 @@ ZIPNAME = tcl${MAJOR_VERSION}${MINOR_VERSION}${PATCH_LEVEL}-src.zip
DISTDIR = $(DISTROOT)/$(DISTNAME)
$(UNIX_DIR)/configure: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.m4
cd $(UNIX_DIR); autoconf
-$(UNIX_DIR)/tclConfig.h.in: $(UNIX_DIR)/configure.in
+$(UNIX_DIR)/tclConfig.h.in: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.m4
cd $(UNIX_DIR); autoheader
dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in mklinks