summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-06-26 22:10:21 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-06-26 22:10:21 (GMT)
commited95065bfb2e9a9b3eb5c46b0c6b9a92d54dfaef (patch)
tree26eac84ed62abbcf80c96ddd403a97fd7941a5f1 /unix
parent9a13f67b4c3acd62bd8c9c8a9e6d70b3905fdd04 (diff)
downloadtcl-ed95065bfb2e9a9b3eb5c46b0c6b9a92d54dfaef.zip
tcl-ed95065bfb2e9a9b3eb5c46b0c6b9a92d54dfaef.tar.gz
tcl-ed95065bfb2e9a9b3eb5c46b0c6b9a92d54dfaef.tar.bz2
* unix/Makefile.in: Followup to my change of 2008-06-25, make code
generated by the Makefile and put into the installd tm.tcl conditional on interpreter safeness as well. Thanks to Daniel Steffen for reminding me of that code.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index f950046..7ce7fdf 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.229.2.2 2008/06/12 20:09:11 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.229.2.3 2008/06/26 22:10:24 andreas_kupries Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -805,7 +805,7 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
done;
@if [ -n "$(TCL_MODULE_PATH)" -a -f $(TOP_DIR)/library/tm.tcl ]; then \
echo "Customizing tcl module path"; \
- echo "::tcl::tm::roots {$(TCL_MODULE_PATH)}" >> \
+ echo "if {![interp issafe]} { ::tcl::tm::roots {$(TCL_MODULE_PATH)} }" >> \
"$(SCRIPT_INSTALL_DIR)"/tm.tcl; \
fi