summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2009-10-05 02:40:04 (GMT)
committerdas <das>2009-10-05 02:40:04 (GMT)
commitdda9b564a137908b96659dcd5184d12941e0e4c8 (patch)
tree555f505eed2768ebc577edc6ae177c9df9499ffd /unix
parent6de9f3e9644ef3077ed175cfeb8c6ea25ed98691 (diff)
downloadtcl-dda9b564a137908b96659dcd5184d12941e0e4c8.zip
tcl-dda9b564a137908b96659dcd5184d12941e0e4c8.tar.gz
tcl-dda9b564a137908b96659dcd5184d12941e0e4c8.tar.bz2
fix tclooConfig.sh install
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 64f35dd..07e3fcc 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.276 2009/09/26 21:42:05 dkf Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.277 2009/10/05 02:40:04 das Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -770,7 +770,8 @@ install-binaries: binaries
@echo "Installing tclConfig.sh to $(CONFIG_INSTALL_DIR)/"
@$(INSTALL_DATA) tclConfig.sh "$(CONFIG_INSTALL_DIR)"/tclConfig.sh
@echo "Installing tclooConfig.sh to $(CONFIG_INSTALL_DIR)/"
- @$(INSTALL_DATA) tclooConfig.sh "$(CONFIG_INSTALL_DIR)"/tclooConfig.sh
+ @$(INSTALL_DATA) $(UNIX_DIR)/tclooConfig.sh \
+ "$(CONFIG_INSTALL_DIR)"/tclooConfig.sh
@if test "$(STUB_LIB_FILE)" != "" ; then \
echo "Installing $(STUB_LIB_FILE) to $(LIB_INSTALL_DIR)/"; \
@INSTALL_STUB_LIB@ ; \