diff options
author | hobbs <hobbs> | 2003-05-20 17:26:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-05-20 17:26:25 (GMT) |
commit | 60c7cfad9d51cf349dab0d4324050432c1e68023 (patch) | |
tree | 5926c8c4922d4aeea53c641b70dc7b86c73fdc70 /unix/Makefile.in | |
parent | 7245369988760dd6b1aaaa35dd6e435cf875207c (diff) | |
download | tcl-60c7cfad9d51cf349dab0d4324050432c1e68023.zip tcl-60c7cfad9d51cf349dab0d4324050432c1e68023.tar.gz tcl-60c7cfad9d51cf349dab0d4324050432c1e68023.tar.bz2 |
* unix/Makefile.in: do not run autoconf during 'make dist' as the
configure is now a CVS-maintained file and should be up-to-date.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index f78fb22..9afd3b5 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.121 2003/01/28 11:03:52 mdejong Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.121.2.1 2003/05/20 17:26:26 hobbs Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1211,10 +1211,8 @@ 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 - autoconf $(UNIX_DIR)/configure.in > $(UNIX_DIR)/configure -dist: $(UNIX_DIR)/configure mklinks +dist: mklinks rm -rf $(DISTDIR) mkdir -p $(DISTDIR)/unix cp -p $(UNIX_DIR)/*.c $(UNIX_DIR)/*.h $(DISTDIR)/unix |