summaryrefslogtreecommitdiffstats
path: root/win/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-29 10:04:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-29 10:04:24 (GMT)
commit9efaa4d7f1aeb58c52fe41c62713b568a0833948 (patch)
tree53ef0f33fa4099e711d780587bd9717928983432 /win/tcl.m4
parent37d6f900991ec0280a7ecc776cd823f6cb1ab819 (diff)
parentdc84eca339d2be8913965c070a8e99e532326934 (diff)
downloadtcl-9efaa4d7f1aeb58c52fe41c62713b568a0833948.zip
tcl-9efaa4d7f1aeb58c52fe41c62713b568a0833948.tar.gz
tcl-9efaa4d7f1aeb58c52fe41c62713b568a0833948.tar.bz2
Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)
3 new testcases
Diffstat (limited to 'win/tcl.m4')
-rw-r--r--win/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tcl.m4 b/win/tcl.m4
index c62af68..44bb380 100644
--- a/win/tcl.m4
+++ b/win/tcl.m4
@@ -715,7 +715,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
SHLIB_LD='${CC} -shared'
SHLIB_LD_LIBS='${LIBS}'
MAKE_DLL="\${SHLIB_LD} \$(LDFLAGS) -o \[$]@ ${extra_ldflags} \
- -Wl,--out-implib,\$(patsubst %.dll,lib%.a,\[$]@)"
+ -Wl,--out-implib,\$(patsubst %.dll,lib%.dll.a,\[$]@)"
# DLLSUFFIX is separate because it is the building block for
# users of tclConfig.sh that may build shared or static.
DLLSUFFIX="\${DBGX}.dll"