diff options
author | welch <welch> | 1998-07-28 17:38:56 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-28 17:38:56 (GMT) |
commit | a95d29b7e768cc96d7f8323eb25e457f62f4172e (patch) | |
tree | 7bbde7ff7df62e2f1b837cdb31d5073db1b592ff /unix/Makefile.in | |
parent | c0c053c23c5a754890557229698bf98f5a6a04e5 (diff) | |
download | tk-a95d29b7e768cc96d7f8323eb25e457f62f4172e.zip tk-a95d29b7e768cc96d7f8323eb25e457f62f4172e.tar.gz tk-a95d29b7e768cc96d7f8323eb25e457f62f4172e.tar.bz2 |
DGBX changes
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@ |