diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-24 21:15:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-24 21:15:46 (GMT) |
commit | 20ae5845bf5393c40ddd12145483e4c6af9ef77e (patch) | |
tree | 209933d2accf8feb64d481f548a0029cae195009 /win/Makefile.in | |
parent | c29a2d58d9c3de29bcd7e88011aea2b9c1bcd92e (diff) | |
parent | c6f6c74ebb2092a8b0b4b2e5c805d22253d19e33 (diff) | |
download | tk-20ae5845bf5393c40ddd12145483e4c6af9ef77e.zip tk-20ae5845bf5393c40ddd12145483e4c6af9ef77e.tar.gz tk-20ae5845bf5393c40ddd12145483e4c6af9ef77e.tar.bz2 |
Change XSetCommand signature to match Xorg, needed for Cygwin
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 5f9fd46..7958e3c 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -705,7 +705,7 @@ $(GENERIC_DIR)/tkStubInit.c: $(GENERIC_DIR)/tk.decls \ @echo "This warning can be safely ignored, do not report as a bug!" genstubs: - $(TCL_EXE) "$(TCL_TOOL_DIR)\genStubs.tcl" \ + $(TCL_EXE) "$(TCL_TOOL_DIR)/genStubs.tcl" \ "$(GENERIC_DIR_NATIVE)" \ - "$(GENERIC_DIR_NATIVE)\tk.decls" \ - "$(GENERIC_DIR_NATIVE)\tkInt.decls" + "$(GENERIC_DIR_NATIVE)/tk.decls" \ + "$(GENERIC_DIR_NATIVE)/tkInt.decls" |