diff options
author | rmax <rmax> | 2002-08-08 11:43:08 (GMT) |
---|---|---|
committer | rmax <rmax> | 2002-08-08 11:43:08 (GMT) |
commit | ef07a414b0b33ca6cdd692ad81dbf35191c48d71 (patch) | |
tree | abc592f49dfffb08b1dfa2b6f8b05ef78cda3d68 /unix/Makefile.in | |
parent | dd7a3d5a60689c010e97dba7344f2df157abb0de (diff) | |
download | tk-ef07a414b0b33ca6cdd692ad81dbf35191c48d71.zip tk-ef07a414b0b33ca6cdd692ad81dbf35191c48d71.tar.gz tk-ef07a414b0b33ca6cdd692ad81dbf35191c48d71.tar.bz2 |
* unix/Makefile.in: Fixed typos in DISTNAME, and ZIPNAME.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index e1b93c5..b12c91f 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.78 2002/07/28 03:23:08 mdejong Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.79 2002/08/08 11:43:08 rmax Exp $ # Current Tk version; used in various names. @@ -1053,8 +1053,8 @@ mklinks: # DISTROOT = /tmp/dist -DISTNAME = tk${TK_VERSION}${TK_PATCH_LEVEL} -ZIPNAME = tk${TK_MAJOR_VERSION}${TK_MINOR_VERSION}${TK_PATCH_LEVEL}.zip +DISTNAME = tk${VERSION}${PATCH_LEVEL} +ZIPNAME = tk${MAJOR_VERSION}${MINOR_VERSION}${PATCH_LEVEL}.zip DISTDIR = $(DISTROOT)/$(DISTNAME) TCLDIR = @TCL_SRC_DIR@ $(UNIX_DIR)/configure: $(UNIX_DIR)/configure.in |