summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-13 14:02:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-13 14:02:23 (GMT)
commit026db9973900d03ebaf3e280f8300e3916fe0aaa (patch)
tree60912d97d7ce5910be5b9f1c4e041075820483ab /win/Makefile.in
parentc5e721806345e37d192fc329af24785b5490c08a (diff)
downloadtcl-026db9973900d03ebaf3e280f8300e3916fe0aaa.zip
tcl-026db9973900d03ebaf3e280f8300e3916fe0aaa.tar.gz
tcl-026db9973900d03ebaf3e280f8300e3916fe0aaa.tar.bz2
.... but be less verbose
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in2
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}; \