summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2014-09-09 06:54:36 (GMT)
committerhypnotoad <yoda@etoyoc.com>2014-09-09 06:54:36 (GMT)
commitec7fcc88aeb2f76a5d89e7c6d466440f394f9f2c (patch)
treea32b5bb6c9cf132856cd47c0769b8c2a16f6e37a /win
parentd71ca8062f12ba4939f61415133f507a59d559ca (diff)
downloadtcl-ec7fcc88aeb2f76a5d89e7c6d466440f394f9f2c.zip
tcl-ec7fcc88aeb2f76a5d89e7c6d466440f394f9f2c.tar.gz
tcl-ec7fcc88aeb2f76a5d89e7c6d466440f394f9f2c.tar.bz2
Added the tclkit binaries to install
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index ec824cc..6fdbacf 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -421,7 +421,7 @@ all: binaries libraries doc packages
tcltest: $(TCLSH) $(TEST_DLL_FILE)
-binaries: $(TCL_STUB_LIB_FILE) @LIBRARIES@ $(DDE_DLL_FILE) $(REG_DLL_FILE) $(TCLSH)
+binaries: $(TCL_STUB_LIB_FILE) @LIBRARIES@ $(DDE_DLL_FILE) $(REG_DLL_FILE) $(TCLSH) $(TCLKIT)
libraries:
@@ -599,7 +599,7 @@ install-binaries: binaries
else true; \
fi; \
done;
- @for i in $(TCL_DLL_FILE) $(ZLIB_DLL_FILE) $(TCLSH); \
+ @for i in $(TCL_DLL_FILE) $(ZLIB_DLL_FILE) $(TCLSH) $(TCLKIT); \
do \
if [ -f $$i ]; then \
echo "Installing $$i to $(BIN_INSTALL_DIR)/"; \