diff options
author | jenglish <jenglish@flightlab.com> | 2005-01-10 18:43:37 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2005-01-10 18:43:37 (GMT) |
commit | dd38c2dbdfed06c7154c556b1dfd89066e3fea17 (patch) | |
tree | c0ba02d1d159e9580d0496eae6dd01bee50e8c2f /unix/Makefile.in | |
parent | 2d59677cd079d9ecd994b875aceb5e960fb652c6 (diff) | |
download | tcl-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.in | 5 |
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@ |