summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-08-31 04:33:35 (GMT)
committerdas <das@noemail.net>2004-08-31 04:33:35 (GMT)
commit7a556ef9bba73ca464cbb335046f741882cd8e4c (patch)
tree236e6b5dddde874ca2eaa7cfe3bab58b5ddaef6a /unix/Makefile.in
parentbf6c3bbe6b29f81c590d30db36c5608d50a7436c (diff)
downloadtcl-7a556ef9bba73ca464cbb335046f741882cd8e4c.zip
tcl-7a556ef9bba73ca464cbb335046f741882cd8e4c.tar.gz
tcl-7a556ef9bba73ca464cbb335046f741882cd8e4c.tar.bz2
* unix/Makefile.in (install-libraries): portable sh fix.
FossilOrigin-Name: 2043e6f1e0fcb1d7630aa2eb9c93501c4651cec8
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 99e58e7..f3cccd6 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.144 2004/08/26 16:01:29 das Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.145 2004/08/31 04:33:36 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -694,7 +694,7 @@ install-libraries: libraries install-tzdata install-msgs
@for i in $(TOP_DIR)/library/encoding/*.enc ; do \
$(INSTALL_DATA) $$i $(SCRIPT_INSTALL_DIR)/encoding; \
done;
- @if [ -n "$(TCL_MODULE_PATH)" -a -e $(TOP_DIR)/library/tm.tcl ]; then \
+ @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)}" >> \
$(SCRIPT_INSTALL_DIR)/tm.tcl; \