diff options
author | rmax <rmax> | 2004-11-12 18:13:32 (GMT) |
---|---|---|
committer | rmax <rmax> | 2004-11-12 18:13:32 (GMT) |
commit | 386169ecd9e5f2dbb6e5562df1f1936e5f31a604 (patch) | |
tree | 981c648cfa74c4ac6640cfee49745f531b65a38f /unix/Makefile.in | |
parent | 15a3589fe10f579b681e2d555f2912cfee8bc10c (diff) | |
download | tcl-386169ecd9e5f2dbb6e5562df1f1936e5f31a604.zip tcl-386169ecd9e5f2dbb6e5562df1f1936e5f31a604.tar.gz tcl-386169ecd9e5f2dbb6e5562df1f1936e5f31a604.tar.bz2 |
tclConfig.h.in also depends on tcl.m4.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
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 |