diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-25 14:03:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-25 14:03:55 (GMT) |
commit | ce4804bf2c760215562c9ca1c5f76589611050cb (patch) | |
tree | f7eae2bd3b367bc716ce851d7e988a3b3b8e14dc /win/Makefile.in | |
parent | 7951ebbd2e2809e4c48986c8bc50b39eb0b2b75a (diff) | |
parent | a6691785d8bdaa339449e8df532a8b11a8690909 (diff) | |
download | tcl-ce4804bf2c760215562c9ca1c5f76589611050cb.zip tcl-ce4804bf2c760215562c9ca1c5f76589611050cb.tar.gz tcl-ce4804bf2c760215562c9ca1c5f76589611050cb.tar.bz2 |
Merge 8.7
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 8e1ef95..383b9c7 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -541,7 +541,7 @@ $(TCLSH): $(TCLSH_OBJS) @LIBRARIES@ $(TCL_STUB_LIB_FILE) tclsh.$(RES) ${TCL_ZIP_ tclsh.$(RES) $(CC_EXENAME) $(LDFLAGS_CONSOLE) $(COPY) tclsh.exe.manifest $(TCLSH).manifest @VC_MANIFEST_EMBED_EXE@ - @if test "${ZIPFS_BUILD}" = "2" ; then \ + if test "${ZIPFS_BUILD}" = "2" ; then \ cat ${TCL_ZIP_FILE} >> ${TCLSH}; \ ${NATIVE_ZIP} -A ${TCLSH} \ || echo 'ignore zip-error by adjust sfx process (not executable?)'; \ @@ -866,7 +866,7 @@ install-libraries: libraries install-tzdata install-msgs $(COPY) "$$i" "$(SCRIPT_INSTALL_DIR)"; \ done; @echo "Installing package cookiejar 0.2" - @for j in $(ROOT_DIR)/library/cookiejar/*.{tcl,txt.gz}; \ + @for j in $(ROOT_DIR)/library/cookiejar/*.{tcl,gz}; \ do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/cookiejar0.2"; \ done; |