summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-09 22:10:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-09 22:10:44 (GMT)
commit805db9224eba7e498db28cff6b1b9eaecdef33ab (patch)
tree7dbc3051f1c0f75ce5ba7519d784bbc16e492b46
parentd60cf573c0bea70afa8597c60cc7ab5b0d96973c (diff)
parentf608eb10d475301aedbbf0d6a0addbd50dea0e34 (diff)
downloadtcl-805db9224eba7e498db28cff6b1b9eaecdef33ab.zip
tcl-805db9224eba7e498db28cff6b1b9eaecdef33ab.tar.gz
tcl-805db9224eba7e498db28cff6b1b9eaecdef33ab.tar.bz2
Merge 8.6
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 41a12ae..a31c127 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -598,7 +598,7 @@ ${TEST_EXE_FILE}: ${TCL_STUB_LIB_FILE} ${TCLTEST_OBJS} tclTestMain.${OBJEXT}
# use pre-built zlib1.dll
${ZLIB_DLL_FILE}: ${TCL_STUB_LIB_FILE}
- if test "@ZLIB_LIBS@set" = "${ZLIB_DIR_NATIVE}/win64-arm/zdll.libset" ; then \
+ @if test "@ZLIB_LIBS@set" = "${ZLIB_DIR_NATIVE}/win64-arm/zdll.libset" ; then \
$(COPY) $(ZLIB_DIR)/win64-arm/${ZLIB_DLL_FILE} ${ZLIB_DLL_FILE}; \
elif test "@ZLIB_LIBS@set" = "${ZLIB_DIR_NATIVE}/win64-arm/libz.dll.aset" ; then \
$(COPY) $(ZLIB_DIR)/win64-arm/${ZLIB_DLL_FILE} ${ZLIB_DLL_FILE}; \