summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-25 13:30:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-04-25 13:30:03 (GMT)
commit75d0d5da127d9d9b7fbc4b5989c6510eb950e402 (patch)
tree255663c368de4388994f1372fc8643165b175ddd /unix/Makefile.in
parenta0029792b685e19df1d79a8170579d88416055b0 (diff)
downloadtk-75d0d5da127d9d9b7fbc4b5989c6510eb950e402.zip
tk-75d0d5da127d9d9b7fbc4b5989c6510eb950e402.tar.gz
tk-75d0d5da127d9d9b7fbc4b5989c6510eb950e402.tar.bz2
implement various internal win32 stub functions for cygwin
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index b43c1ef..8a3856b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -56,6 +56,7 @@ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(bindir)
# Directory in which to install the .a or .so binary for the Tk library:
LIB_INSTALL_DIR = $(INSTALL_ROOT)$(libdir)
+DLL_INSTALL_DIR = @DLL_INSTALL_DIR@
# Path name to use when installing library scripts.
SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TK_LIBRARY)
@@ -643,9 +644,9 @@ install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) $(TK_BUILD_EXP_FILE) wish
echo "}";\
) > $(PKG_INDEX); \
fi
- @echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/"
+ @echo "Installing $(LIB_FILE) to $(DLL_INSTALL_DIR)/"
@@INSTALL_LIB@
- @chmod 555 $(LIB_INSTALL_DIR)/$(LIB_FILE)
+ @chmod 555 $(DLL_INSTALL_DIR)/$(LIB_FILE)
@if test "$(TK_BUILD_EXP_FILE)" != ""; then \
echo "Installing $(TK_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \
$(INSTALL_DATA) $(TK_BUILD_EXP_FILE) \