summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-10-06 10:19:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-10-06 10:19:22 (GMT)
commit83e899ada1765ac80098a4c4cd80d0a8e0b04da0 (patch)
tree31f40dabd878b3b6ff8cc77a690fb9de8caffdd3 /win/Makefile.in
parentbf12cbb4154a01245ba40942f6bc6aafd1add916 (diff)
downloadtk-83e899ada1765ac80098a4c4cd80d0a8e0b04da0.zip
tk-83e899ada1765ac80098a4c4cd80d0a8e0b04da0.tar.gz
tk-83e899ada1765ac80098a4c4cd80d0a8e0b04da0.tar.bz2
* win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index dd77fab..f07a084 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -4,7 +4,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.78.2.5 2010/08/27 00:21:45 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.78.2.6 2010/10/06 10:19:22 dkf Exp $
TCLVERSION = @TCL_VERSION@
TCLPATCHL = @TCL_PATCH_LEVEL@
@@ -703,7 +703,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"