diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-10-06 10:15:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-10-06 10:15:56 (GMT) |
commit | 98aad13185edb779119cf4546b08580e0c9cb6ec (patch) | |
tree | 8bd3ded3784633dd38dac4ee704eb5c97f2124e4 /win | |
parent | 4f9cbe8a775206db62052155ed82bbdcedc9016d (diff) | |
download | tk-98aad13185edb779119cf4546b08580e0c9cb6ec.zip tk-98aad13185edb779119cf4546b08580e0c9cb6ec.tar.gz tk-98aad13185edb779119cf4546b08580e0c9cb6ec.tar.bz2 |
* win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 065c21a..e2bc24d 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.93 2010/09/14 08:50:20 nijtmans Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.94 2010/10/06 10:15:58 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" |