diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-09 22:09:07 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-09 22:09:07 (GMT) |
| commit | f608eb10d475301aedbbf0d6a0addbd50dea0e34 (patch) | |
| tree | def692a20b5a68757cbab38ecbdcf3077c3223c9 | |
| parent | da0f6cf2830fa40976030183d71a691d9a5df202 (diff) | |
| download | tcl-f608eb10d475301aedbbf0d6a0addbd50dea0e34.zip tcl-f608eb10d475301aedbbf0d6a0addbd50dea0e34.tar.gz tcl-f608eb10d475301aedbbf0d6a0addbd50dea0e34.tar.bz2 | |
Put back '@' (lost in previous commit)
| -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 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}; \ |
