summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-06-07 08:08:30 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-06-07 08:08:30 (GMT)
commit53a8fa286f84fe054bef1be6a00c8adb2ce2d51d (patch)
tree7981088cb257579d4bcf74b7735557ca697528c7 /unix
parent9b332879453a68b48ddb87b8ccbcbc20f11cf40c (diff)
parentd716832a92c308bee9ab5f666a78822784814948 (diff)
downloadtk-53a8fa286f84fe054bef1be6a00c8adb2ce2d51d.zip
tk-53a8fa286f84fe054bef1be6a00c8adb2ce2d51d.tar.gz
tk-53a8fa286f84fe054bef1be6a00c8adb2ce2d51d.tar.bz2
Change XChangeWindowAttributes signature and many others to match Xorg, needed for Cygwin
FossilOrigin-Name: 3bd080b93c0124d1449dd6cf4b306b4c2619a514
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 9d4646a..8d4a77f 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -780,7 +780,7 @@ install-libraries: libraries
@for i in $(TOP_DIR)/library/ttk/*.tcl; \
do \
if [ -f $$i ] ; then \
- $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/ttk; \
+ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/ttk"; \
fi; \
done;
@echo "Installing library images directory";