summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2005-01-10 18:43:37 (GMT)
committerjenglish <jenglish@flightlab.com>2005-01-10 18:43:37 (GMT)
commitdd38c2dbdfed06c7154c556b1dfd89066e3fea17 (patch)
treec0ba02d1d159e9580d0496eae6dd01bee50e8c2f /unix/Makefile.in
parent2d59677cd079d9ecd994b875aceb5e960fb652c6 (diff)
downloadtcl-dd38c2dbdfed06c7154c556b1dfd89066e3fea17.zip
tcl-dd38c2dbdfed06c7154c556b1dfd89066e3fea17.tar.gz
tcl-dd38c2dbdfed06c7154c556b1dfd89066e3fea17.tar.bz2
Remove ${DBGX}, ${TCL_DBGX} from Tcl build system [Patch 1081595].
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 1979184..2dc6bf5 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.160 2005/01/06 11:15:21 dkf Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.161 2005/01/10 18:43:37 jenglish Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -81,9 +81,6 @@ TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
# Tcl Module default path roots (TIP189).
TCL_MODULE_PATH =
-# Libraries built with optimization switches have this additional extension
-TCL_DBGX = @TCL_DBGX@
-
# warning flags
CFLAGS_WARNING = @CFLAGS_WARNING@