summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-12 10:32:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-12 10:32:53 (GMT)
commite63244bd811de08cb2d0214c7d36edd9a6a92103 (patch)
treee82b97cb4ab0a9d5c42fc89db3a0729caf9104d5 /unix
parentf36c3e13208f90bdfdf5e12b4d8db7049aaa265f (diff)
downloadtk-e63244bd811de08cb2d0214c7d36edd9a6a92103.zip
tk-e63244bd811de08cb2d0214c7d36edd9a6a92103.tar.gz
tk-e63244bd811de08cb2d0214c7d36edd9a6a92103.tar.bz2
Fix "make install" on cygwin, broken due to implib name change (see: [https://core.tcl-lang.org/tcl/info/fe52ae7a4d41e60b])
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 86ea005..d0804fb 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -749,7 +749,7 @@ install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${WISH_EXE}
@if test -f "tk${MAJOR_VERSION}${MINOR_VERSION}.dll"; then \
$(INSTALL_LIBRARY) "tk${MAJOR_VERSION}${MINOR_VERSION}.dll" "$(DLL_INSTALL_DIR)";\
chmod 555 "$(DLL_INSTALL_DIR)/tk${MAJOR_VERSION}${MINOR_VERSION}.dll";\
- $(INSTALL_LIBRARY) "../win/libtk${MAJOR_VERSION}${MINOR_VERSION}.a" "$(LIB_INSTALL_DIR)";\
+ $(INSTALL_LIBRARY) "../win/libtk${MAJOR_VERSION}${MINOR_VERSION}.dll.a" "$(LIB_INSTALL_DIR)";\
chmod 555 "$(LIB_INSTALL_DIR)/libtk${MAJOR_VERSION}${MINOR_VERSION}.a";\
fi
@echo "Installing ${WISH_EXE} as $(BIN_INSTALL_DIR)/wish$(VERSION)${EXE_SUFFIX}"