summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-09 22:09:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-09 22:09:07 (GMT)
commitf608eb10d475301aedbbf0d6a0addbd50dea0e34 (patch)
treedef692a20b5a68757cbab38ecbdcf3077c3223c9
parentda0f6cf2830fa40976030183d71a691d9a5df202 (diff)
downloadtcl-f608eb10d475301aedbbf0d6a0addbd50dea0e34.zip
tcl-f608eb10d475301aedbbf0d6a0addbd50dea0e34.tar.gz
tcl-f608eb10d475301aedbbf0d6a0addbd50dea0e34.tar.bz2
Put back '@' (lost in previous commit)
-rw-r--r--win/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 08d4db4..ed2ee68 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -517,7 +517,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}; \