diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-13 14:02:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-13 14:02:23 (GMT) |
commit | 026db9973900d03ebaf3e280f8300e3916fe0aaa (patch) | |
tree | 60912d97d7ce5910be5b9f1c4e041075820483ab | |
parent | c5e721806345e37d192fc329af24785b5490c08a (diff) | |
download | tcl-026db9973900d03ebaf3e280f8300e3916fe0aaa.zip tcl-026db9973900d03ebaf3e280f8300e3916fe0aaa.tar.gz tcl-026db9973900d03ebaf3e280f8300e3916fe0aaa.tar.bz2 |
.... but be less verbose
-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 fbc9274..392bd7a 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -457,7 +457,7 @@ ${TEST_DLL_FILE}: ${TCLTEST_OBJS} ${TCL_STUB_LIB_FILE} # use pre-built zlib1.dll ${ZLIB_DLL_FILE}: ${TCL_STUB_LIB_FILE} - if test "@ZLIB_LIBS@set" == "${ZLIB_DIR}/win64/zdll.libset" ; then \ + @if test "@ZLIB_LIBS@set" == "${ZLIB_DIR}/win64/zdll.libset" ; then \ $(COPY) $(ZLIB_DIR)/win64/${ZLIB_DLL_FILE} ${ZLIB_DLL_FILE}; \ else \ $(COPY) $(ZLIB_DIR)/win32/${ZLIB_DLL_FILE} ${ZLIB_DLL_FILE}; \ |