diff options
author | dgp <dgp@users.sourceforge.net> | 2014-10-21 18:37:02 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-10-21 18:37:02 (GMT) |
commit | 11f06cc22a17048c30d82f66c468b484122de1e5 (patch) | |
tree | e7e53df7c4f5fbeaee3107eba625394173422906 /unix | |
parent | 971fa23072932f3b4423c904274f82de0833872e (diff) | |
parent | 3da1bdd7794af6f2179dc7a61d3358fd33578d2f (diff) | |
download | tk-11f06cc22a17048c30d82f66c468b484122de1e5.zip tk-11f06cc22a17048c30d82f66c468b484122de1e5.tar.gz tk-11f06cc22a17048c30d82f66c468b484122de1e5.tar.bz2 |
merge 8.5core_8_5_17core_8_5_17_rc
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 1fde28d..d869528 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -186,7 +186,7 @@ KEYSYM_FLAGS = # Tk does not used deprecated Tcl constructs so it should # compile fine with -DTCL_NO_DEPRECATED. To remove its own # set of deprecated code uncomment the second line. -NO_DEPRECATED_FLAGS = +NO_DEPRECATED_FLAGS = -DTCL_NO_DEPRECATED #NO_DEPRECATED_FLAGS = -DTCL_NO_DEPRECATED -DTK_NO_DEPRECATED # Some versions of make, like SGI's, use the following variable to |