diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2015-05-17 19:49:44 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2015-05-17 19:49:44 (GMT) |
commit | 2c15b241eada4c3508f40bc48287bfc3617bbd76 (patch) | |
tree | 2905f9e58003ed85727b6c497ff9b87b5b09d37b /unix | |
parent | 797f5c18a178ccf6347e2f64c565216353e9e255 (diff) | |
parent | 25217a3ed35a8e8d7a9b5fd1c79a84ffbca0164b (diff) | |
download | tcl-2c15b241eada4c3508f40bc48287bfc3617bbd76.zip tcl-2c15b241eada4c3508f40bc48287bfc3617bbd76.tar.gz tcl-2c15b241eada4c3508f40bc48287bfc3617bbd76.tar.bz2 |
Merge updates from trunk.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index ad6034f..958e759 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -96,7 +96,7 @@ CFLAGS_WARNING = @CFLAGS_WARNING@ # The default switches for optimization or debugging CFLAGS_DEBUG = @CFLAGS_DEBUG@ -CFLAGS_OPTIMIZE = -DNDEBUG @CFLAGS_OPTIMIZE@ +CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@ # To change the compiler switches, for example to change from optimization to # debugging symbols, change the following line: @@ -844,8 +844,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.8 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.8.tm; + @echo "Installing package http 2.8.9 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.9.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |