diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-05 16:49:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-05 16:49:53 (GMT) |
commit | 97adef27be83b277e1414039b66f953fda97a25f (patch) | |
tree | c0840b211ed83e80bf04966977d5f58deda73a64 /win/Makefile.in | |
parent | e9d6c1ac64c7eb4f8ca77319bfbd5398610ec1af (diff) | |
download | tcl-97adef27be83b277e1414039b66f953fda97a25f.zip tcl-97adef27be83b277e1414039b66f953fda97a25f.tar.gz tcl-97adef27be83b277e1414039b66f953fda97a25f.tar.bz2 |
* library/dde/pkgIndex.tcl: Backport dde 1.3.2 from HEAD.
* win/tclWinDde.c:
* win/Makefile.in:
* win/configure.in:
* win/configure: autoconf 2.13
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index e109014..fcace15 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.68.2.4 2006/03/02 21:07:19 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.68.2.5 2006/04/05 16:50:04 dgp Exp $ VERSION = @TCL_VERSION@ @@ -437,7 +437,7 @@ install-binaries: binaries else true; \ fi; \ done; - @for i in dde1.2 reg1.1; \ + @for i in dde1.3 reg1.1; \ do \ if [ ! -d $(LIB_INSTALL_DIR)/$$i ] ; then \ echo "Making directory $(LIB_INSTALL_DIR)/$$i"; \ @@ -461,13 +461,13 @@ install-binaries: binaries done @if [ -f $(DDE_DLL_FILE) ]; then \ echo installing $(DDE_DLL_FILE); \ - $(COPY) $(DDE_DLL_FILE) $(LIB_INSTALL_DIR)/dde1.2; \ + $(COPY) $(DDE_DLL_FILE) $(LIB_INSTALL_DIR)/dde1.3; \ $(COPY) $(ROOT_DIR)/library/dde/pkgIndex.tcl \ - $(LIB_INSTALL_DIR)/dde1.2; \ + $(LIB_INSTALL_DIR)/dde1.3; \ fi @if [ -f $(DDE_LIB_FILE) ]; then \ echo installing $(DDE_LIB_FILE); \ - $(COPY) $(DDE_LIB_FILE) $(LIB_INSTALL_DIR)/dde1.2; \ + $(COPY) $(DDE_LIB_FILE) $(LIB_INSTALL_DIR)/dde1.3; \ fi @if [ -f $(REG_DLL_FILE) ]; then \ echo installing $(REG_DLL_FILE); \ |