diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-06-01 00:02:04 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-06-01 00:02:04 (GMT) |
commit | 5ee669f689871a7582541e27df3e9368a3ab5a55 (patch) | |
tree | 626a88cef394cee59047153fef681553cdd19485 /unix/Makefile.in | |
parent | c15ddd7ee91e72940a679b63fe643f1a21b4b006 (diff) | |
download | tcl-5ee669f689871a7582541e27df3e9368a3ab5a55.zip tcl-5ee669f689871a7582541e27df3e9368a3ab5a55.tar.gz tcl-5ee669f689871a7582541e27df3e9368a3ab5a55.tar.bz2 |
Fix generation of stubs for the OO API.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 1db3616..d7d6f82 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.235 2008/05/31 23:35:28 das Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.236 2008/06/01 00:02:05 dkf Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -1575,8 +1575,8 @@ genstubs: $(TCL_EXE) $(TOOL_DIR)/genStubs.tcl $(GENERIC_DIR) \ $(GENERIC_DIR)/tcl.decls $(GENERIC_DIR)/tclInt.decls \ $(GENERIC_DIR)/tclTomMath.decls -# disabled awaiting genStubs.tcl support: -#$(GENERIC_DIR)/tclOO.decls + $(TCL_EXE) $(TOOL_DIR)/genStubs.tcl $(GENERIC_DIR) \ + $(GENERIC_DIR)/tclOO.decls # # Target to check that all exported functions have an entry in the stubs |