summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorrmax <rmax>2002-08-08 11:43:08 (GMT)
committerrmax <rmax>2002-08-08 11:43:08 (GMT)
commitef07a414b0b33ca6cdd692ad81dbf35191c48d71 (patch)
treeabc592f49dfffb08b1dfa2b6f8b05ef78cda3d68 /unix
parentdd7a3d5a60689c010e97dba7344f2df157abb0de (diff)
downloadtk-ef07a414b0b33ca6cdd692ad81dbf35191c48d71.zip
tk-ef07a414b0b33ca6cdd692ad81dbf35191c48d71.tar.gz
tk-ef07a414b0b33ca6cdd692ad81dbf35191c48d71.tar.bz2
* unix/Makefile.in: Fixed typos in DISTNAME, and ZIPNAME.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in6
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