diff options
author | hobbs <hobbs> | 2002-10-18 23:58:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-10-18 23:58:40 (GMT) |
commit | 438dbb4cace38cc29b6a415a21674c2a19ce8568 (patch) | |
tree | 6086fb862a1de93f00f1d754ecb6bb686936f058 /win/Makefile.in | |
parent | b5af65e9d69a52d972ebbcb19fcd5bebd1bdc884 (diff) | |
download | tcl-438dbb4cace38cc29b6a415a21674c2a19ce8568.zip tcl-438dbb4cace38cc29b6a415a21674c2a19ce8568.tar.gz tcl-438dbb4cace38cc29b6a415a21674c2a19ce8568.tar.bz2 |
* library/reg/pkgIndex.tcl:
* win/configure:
* win/configure.in:
* win/Makefile.in:
* win/makefile.vc:
* win/makefile.bc: Updated to reg1.1
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 940e106..a347190 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.65 2002/08/22 00:52:33 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.66 2002/10/18 23:58:41 hobbs Exp $ VERSION = @TCL_VERSION@ @@ -433,7 +433,7 @@ install-binaries: binaries else true; \ fi; \ done; - @for i in dde1.2 reg1.0; \ + @for i in dde1.2 reg1.1; \ do \ if [ ! -d $(LIB_INSTALL_DIR)/$$i ] ; then \ echo "Making directory $(LIB_INSTALL_DIR)/$$i"; \ @@ -467,13 +467,13 @@ install-binaries: binaries fi @if [ -f $(REG_DLL_FILE) ]; then \ echo installing $(REG_DLL_FILE); \ - $(COPY) $(REG_DLL_FILE) $(LIB_INSTALL_DIR)/reg1.0; \ + $(COPY) $(REG_DLL_FILE) $(LIB_INSTALL_DIR)/reg1.1; \ $(COPY) $(ROOT_DIR)/library/reg/pkgIndex.tcl \ - $(LIB_INSTALL_DIR)/reg1.0; \ + $(LIB_INSTALL_DIR)/reg1.1; \ fi @if [ -f $(REG_LIB_FILE) ]; then \ echo installing $(REG_LIB_FILE); \ - $(COPY) $(REG_LIB_FILE) $(LIB_INSTALL_DIR)/reg1.0; \ + $(COPY) $(REG_LIB_FILE) $(LIB_INSTALL_DIR)/reg1.1; \ fi install-libraries: libraries |