diff options
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 0b3989d..ba3f119 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -82,7 +82,8 @@ TCL_GENERIC_DIR = @TCL_SRC_DIR@/generic TCL_BIN_DIR = @TCL_BIN_DIR@ # Libraries built with optimization switches have this additional extension -DBGX = @DBGX@ +TK_DBGX = @TK_DBGX@ +TCL_DBGX = @TCL_DBGX@ # warning flags CFLAGS_WARNING = @CFLAGS_WARNING@ |