summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2005-01-10 18:57:39 (GMT)
committerjenglish <jenglish@flightlab.com>2005-01-10 18:57:39 (GMT)
commit0932cd846593a23540c4c74818684c574159831c (patch)
tree9af6cb5c708bbf26af1660cbda26df772b3afa7f /unix/Makefile.in
parentab0d39f7f42ae61b5096c0c40cb2c1c4c5fb5210 (diff)
downloadtk-0932cd846593a23540c4c74818684c574159831c.zip
tk-0932cd846593a23540c4c74818684c574159831c.tar.gz
tk-0932cd846593a23540c4c74818684c574159831c.tar.bz2
Remove ${DBGX}, ${TK_DBGX} from Tk build system [Patch 1081595].
Re-synced with tcl/unix/tcl.m4.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index ef920d1..7bf807e 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.99 2004/12/07 00:35:03 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.100 2005/01/10 18:57:39 jenglish Exp $
# Current Tk version; used in various names.
@@ -96,14 +96,11 @@ TCL_BIN_DIR = @TCL_BIN_DIR@
# The linker flags needed to link in the Tcl library (ex: -ltcl8.2)
TCL_LIB_FLAG = @TCL_LIB_FLAG@
-# Libraries built with optimization switches have this additional extension
-TK_DBGX = @TK_DBGX@
-
# Flag, 1: we're building a shared lib, 0 we're not
TK_SHARED_BUILD = @TK_SHARED_BUILD@
# Directory in which to install the pkgIndex.tcl file for loadable Tk
-PKG_INSTALL_DIR = $(LIB_INSTALL_DIR)/tk$(VERSION)$(TK_DBGX)
+PKG_INSTALL_DIR = $(LIB_INSTALL_DIR)/tk$(VERSION)
# Package index file for loadable Tk
PKG_INDEX = $(PKG_INSTALL_DIR)/pkgIndex.tcl