diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-01-22 15:11:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-01-22 15:11:48 (GMT) |
commit | a56b3731968c34b63e1c072ea734ae450e3af8f1 (patch) | |
tree | dc72c1feebe8c46ef3f8b686a70c75e9b70fd7d5 /unix/Makefile.in | |
parent | c9da1ae24b322a43894506dfbe36d4949d9ba720 (diff) | |
download | tk-a56b3731968c34b63e1c072ea734ae450e3af8f1.zip tk-a56b3731968c34b63e1c072ea734ae450e3af8f1.tar.gz tk-a56b3731968c34b63e1c072ea734ae450e3af8f1.tar.bz2 |
Permit Tk 8.6 to use deprecated Tcl constructs (since we cannot look into the future, which constructs will be deprecated in Tcl 8.7+). Tk 8.6 should build independant of this.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index edb00b0..4652052 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -187,8 +187,8 @@ 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 = -DTCL_NO_DEPRECATED -#NO_DEPRECATED_FLAGS = -DTCL_NO_DEPRECATED -DTK_NO_DEPRECATED +NO_DEPRECATED_FLAGS = +#NO_DEPRECATED_FLAGS = -DTK_NO_DEPRECATED # Some versions of make, like SGI's, use the following variable to # determine which shell to use for executing commands: |