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 | 1e2e2f72bdd4b29f882d15af731d3c222cc1d7f9 (patch) | |
tree | 60912d97d7ce5910be5b9f1c4e041075820483ab /win/Makefile.in | |
parent | 124e26e763eb211d3514574042b714fc92dcbf14 (diff) | |
download | tcl-1e2e2f72bdd4b29f882d15af731d3c222cc1d7f9.zip tcl-1e2e2f72bdd4b29f882d15af731d3c222cc1d7f9.tar.gz tcl-1e2e2f72bdd4b29f882d15af731d3c222cc1d7f9.tar.bz2 |
.... but be less verbose
Diffstat (limited to 'win/Makefile.in')
-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}; \ |