diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-27 14:41:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-27 14:41:29 (GMT) |
commit | c2a2202e7609a30562675bd878323e887cffd284 (patch) | |
tree | c99ba36cfae5be23d1657ccb9c6914fe1d79a419 /unix/Makefile.in | |
parent | b5ee9de5b4e9b8e4dec88b71ea2b2e1cc7513aa9 (diff) | |
download | tcl-c2a2202e7609a30562675bd878323e887cffd284.zip tcl-c2a2202e7609a30562675bd878323e887cffd284.tar.gz tcl-c2a2202e7609a30562675bd878323e887cffd284.tar.bz2 |
don't print out copying of zlib1.dll
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index f7f78c1..6213d4c 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -614,7 +614,7 @@ doc: ${LIB_FILE}: ${OBJS} ${STUB_LIB_FILE} rm -f $@ @MAKE_LIB@ - if test "x$(DLL_INSTALL_DIR)" = "x$(BIN_INSTALL_DIR)"; then\ + @if test "x$(DLL_INSTALL_DIR)" = "x$(BIN_INSTALL_DIR)"; then\ cp ${ZLIB_DIR}/win32/zlib1.dll .;\ fi |