summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhypnotoad <yoda@etoyoc.com>2018-09-30 22:21:50 (GMT)
committerhypnotoad <yoda@etoyoc.com>2018-09-30 22:21:50 (GMT)
commitd0ac3d107b9e4e09f8bdf5f6e1d6f6c7bc24495d (patch)
treed13ade6d273cb0504cc5677f57f8bd62974ac815
parentf08ec44049c64c8831a7a9ec18d4efb4cab3bc6f (diff)
downloadtcl-d0ac3d107b9e4e09f8bdf5f6e1d6f6c7bc24495d.zip
tcl-d0ac3d107b9e4e09f8bdf5f6e1d6f6c7bc24495d.tar.gz
tcl-d0ac3d107b9e4e09f8bdf5f6e1d6f6c7bc24495d.tar.bz2
Adding Zipfile to the list of products produced for builds
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 58f778e..f36c38b 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -473,7 +473,7 @@ all: binaries libraries doc packages
tcltest: $(TCLSH) $(TEST_DLL_FILE)
-binaries: $(TCL_STUB_LIB_FILE) @LIBRARIES@ winextensions $(TCLSH)
+binaries: $(TCL_STUB_LIB_FILE) @LIBRARIES@ winextensions ${TCL_ZIP_FILE} $(TCLSH)
winextensions: ${DDE_DLL_FILE} ${REG_DLL_FILE}