diff options
author | hypnotoad <yoda@etoyoc.com> | 2018-09-30 22:21:50 (GMT) |
---|---|---|
committer | hypnotoad <yoda@etoyoc.com> | 2018-09-30 22:21:50 (GMT) |
commit | d0ac3d107b9e4e09f8bdf5f6e1d6f6c7bc24495d (patch) | |
tree | d13ade6d273cb0504cc5677f57f8bd62974ac815 /win | |
parent | f08ec44049c64c8831a7a9ec18d4efb4cab3bc6f (diff) | |
download | tcl-d0ac3d107b9e4e09f8bdf5f6e1d6f6c7bc24495d.zip tcl-d0ac3d107b9e4e09f8bdf5f6e1d6f6c7bc24495d.tar.gz tcl-d0ac3d107b9e4e09f8bdf5f6e1d6f6c7bc24495d.tar.bz2 |
Adding Zipfile to the list of products produced for builds
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 2 |
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} |