diff options
author | wart <wart> | 1999-08-12 20:02:51 (GMT) |
---|---|---|
committer | wart <wart> | 1999-08-12 20:02:51 (GMT) |
commit | 1b63b4ff82fa2f32293e2d4b58c32f932ad6a4c4 (patch) | |
tree | 1630d93c723461246341fc536c4cc52ef8109430 /win | |
parent | fd628b582dd6a8acaa2628db880ae38b454b9832 (diff) | |
download | tcl-1b63b4ff82fa2f32293e2d4b58c32f932ad6a4c4.zip tcl-1b63b4ff82fa2f32293e2d4b58c32f932ad6a4c4.tar.gz tcl-1b63b4ff82fa2f32293e2d4b58c32f932ad6a4c4.tar.bz2 |
tclConfig.sh is now installed for windows
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index f2d6f29..5c59636 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.19 1999/07/31 01:24:25 redman Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.20 1999/08/12 20:02:51 wart Exp $ VERSION = @TCL_VERSION@ @@ -372,6 +372,7 @@ install: all install-binaries install-libraries install-doc install-binaries: @$(MKDIR) -p "$(BIN_INSTALL_DIR)" @$(MKDIR) -p "$(LIB_INSTALL_DIR)" + $(COPY) tclConfig.sh $(LIB_INSTALL_DIR)/tclConfig.sh @for i in dde1.1 reg1.0; \ do \ if [ ! -d $(LIB_INSTALL_DIR)/$$i ] ; then \ |