summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-04-25 07:28:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-04-25 07:28:08 (GMT)
commit99ea4405aed6acebfa01e202fbf947decdfae5ee (patch)
treebd85b645149e792f78426f195b85591debdf05d7 /unix/Makefile.in
parent67e2135f3ad85c23c2093c309e90204ee4b81d77 (diff)
downloadtcl-99ea4405aed6acebfa01e202fbf947decdfae5ee.zip
tcl-99ea4405aed6acebfa01e202fbf947decdfae5ee.tar.gz
tcl-99ea4405aed6acebfa01e202fbf947decdfae5ee.tar.bz2
Update dde to version 1.3.3.
Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14)
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 72fb215..0752106 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -648,7 +648,7 @@ install-binaries: binaries
@INSTALL_STUB_LIB@ ; \
fi
@if test "x$(DLL_INSTALL_DIR)" = "x$(BIN_INSTALL_DIR)"; then\
- for i in dde1.2 reg1.1; do \
+ for i in dde1.3 reg1.2; do \
if [ ! -d $(LIB_INSTALL_DIR)/$$i ] ; then \
echo "Making directory $(LIB_INSTALL_DIR)/$$i";\
mkdir -p $(LIB_INSTALL_DIR)/$$i;\
@@ -656,14 +656,14 @@ install-binaries: binaries
else true;\
fi;\
done;\
- echo "Installing tcldde12.dll";\
- $(INSTALL_DATA) "$(TOP_DIR)/library/dde/pkgIndex.tcl" "$(LIB_INSTALL_DIR)/dde1.2";\
- $(INSTALL_LIBRARY) "$(TOP_DIR)/win/tcldde12.dll" "$(LIB_INSTALL_DIR)/dde1.2";\
- chmod 555 "$(LIB_INSTALL_DIR)/dde1.2/tcldde12.dll";\
- echo "Installing tclreg11.dll";\
- $(INSTALL_DATA) "$(TOP_DIR)/library/reg/pkgIndex.tcl" "$(LIB_INSTALL_DIR)/reg1.1";\
- $(INSTALL_LIBRARY) "$(TOP_DIR)/win/tclreg11.dll" "$(LIB_INSTALL_DIR)/reg1.1";\
- chmod 555 "$(LIB_INSTALL_DIR)/reg1.1/tclreg11.dll";\
+ echo "Installing tcldde13.dll";\
+ $(INSTALL_DATA) "$(TOP_DIR)/library/dde/pkgIndex.tcl" "$(LIB_INSTALL_DIR)/dde1.3";\
+ $(INSTALL_LIBRARY) "$(TOP_DIR)/win/tcldde13.dll" "$(LIB_INSTALL_DIR)/dde1.3";\
+ chmod 555 "$(LIB_INSTALL_DIR)/dde1.3/tcldde13.dll";\
+ echo "Installing tclreg12.dll";\
+ $(INSTALL_DATA) "$(TOP_DIR)/library/reg/pkgIndex.tcl" "$(LIB_INSTALL_DIR)/reg1.2";\
+ $(INSTALL_LIBRARY) "$(TOP_DIR)/win/tclreg12.dll" "$(LIB_INSTALL_DIR)/reg1.2";\
+ chmod 555 "$(LIB_INSTALL_DIR)/reg1.2/tclreg12.dll";\
fi
@EXTRA_INSTALL_BINARIES@