summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-06-13 08:31:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-06-13 08:31:24 (GMT)
commitda718e3de736c92c52588c80488ed817dcf74e0b (patch)
tree60c375f9c8ab25e09c77fd5b3de30c7534336e9e /win/Makefile.in
parentc2d32899a05265e34d4c88dc6035c01f866dbfb0 (diff)
parentbea9f0512c400f9cc9b24ad307323cca1a12c995 (diff)
downloadtcl-da718e3de736c92c52588c80488ed817dcf74e0b.zip
tcl-da718e3de736c92c52588c80488ed817dcf74e0b.tar.gz
tcl-da718e3de736c92c52588c80488ed817dcf74e0b.tar.bz2
merge trunk
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 dc54d59..0e17ac6 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -459,7 +459,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}/win32/zdll.libset" ; then \
$(COPY) $(ZLIB_DIR)/win64/${ZLIB_DLL_FILE} ${ZLIB_DLL_FILE}; \
else \
$(COPY) $(ZLIB_DIR)/win32/${ZLIB_DLL_FILE} ${ZLIB_DLL_FILE}; \