diff options
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 0cf823c..0f9be18 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.212 2007/08/07 05:06:18 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.213 2007/09/04 18:35:21 dgp Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1608,8 +1608,10 @@ 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)/tcl.m4 \ - $(MAC_OSX_DIR)/configure.ac - cd $(MAC_OSX_DIR); autoconf; autoheader; touch $@ + $(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)/tclConfig.h.in rm -rf $(DISTDIR) |