From e8d73728c49a16146477d579a1c0859b30546ec9 Mon Sep 17 00:00:00 2001 From: das Date: Tue, 31 Aug 2004 04:33:36 +0000 Subject: * unix/Makefile.in (install-libraries): portable sh fix. --- ChangeLog | 4 ++++ unix/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ff5f96b..e4e72df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-31 Daniel Steffen + + * unix/Makefile.in (install-libraries): portable sh fix. + 2004-08-30 Donal K. Fellows * generic/tclCmdMZ.c (Tcl_StringObjCmd): Stop [string map] from 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; \ -- cgit v0.12