diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-06-07 08:08:30 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-06-07 08:08:30 (GMT) |
commit | 53a8fa286f84fe054bef1be6a00c8adb2ce2d51d (patch) | |
tree | 7981088cb257579d4bcf74b7735557ca697528c7 /unix | |
parent | 9b332879453a68b48ddb87b8ccbcbc20f11cf40c (diff) | |
parent | d716832a92c308bee9ab5f666a78822784814948 (diff) | |
download | tk-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.in | 2 |
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"; |