summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-24 21:32:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-05-24 21:32:46 (GMT)
commit83b2a657b13a11a640d2713f031c63a514360f1d (patch)
tree646ef2213f4b8f36eb5ff5deb37ecefabeaa1a45 /win/Makefile.in
parent31f8fd62815ade2416fca697fea79938ab61d230 (diff)
parent20ae5845bf5393c40ddd12145483e4c6af9ef77e (diff)
downloadtk-83b2a657b13a11a640d2713f031c63a514360f1d.zip
tk-83b2a657b13a11a640d2713f031c63a514360f1d.tar.gz
tk-83b2a657b13a11a640d2713f031c63a514360f1d.tar.bz2
Change XSetCommand signature to match Xorg, needed for Cygwin
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 431b5cc..247e183 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -709,10 +709,10 @@ $(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"
$(TCL_EXE) "$(TTK_DIR)/ttkGenStubs.tcl" \
"$(TTK_DIR)" \
"$(TTK_DIR)/ttk.decls"