diff options
author | hobbs <hobbs> | 2003-05-20 17:32:19 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-05-20 17:32:19 (GMT) |
commit | 2e49522f6ab14d531ac0f2865de2a89475473fce (patch) | |
tree | 4b43ca67da06215b0e9bc7eba6d83dfb7262c770 /unix | |
parent | 495d9c77cebbefe038cc08c480645f35666ce276 (diff) | |
download | tk-2e49522f6ab14d531ac0f2865de2a89475473fce.zip tk-2e49522f6ab14d531ac0f2865de2a89475473fce.tar.gz tk-2e49522f6ab14d531ac0f2865de2a89475473fce.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')
-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 a20a3e3..d19eef8 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.87 2002/11/19 02:20:35 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.87.2.1 2003/05/20 17:32:19 hobbs Exp $ # Current Tk version; used in various names. @@ -1065,10 +1065,8 @@ DISTNAME = tk${VERSION}${PATCH_LEVEL} ZIPNAME = tk${MAJOR_VERSION}${MINOR_VERSION}${PATCH_LEVEL}-src.zip DISTDIR = $(DISTROOT)/$(DISTNAME) TCLDIR = @TCL_SRC_DIR@ -$(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) mkdir $(DISTDIR)/unix |