diff options
author | Kevin B Kenny <kennykb@acm.org> | 2010-10-23 16:14:24 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2010-10-23 16:14:24 (GMT) |
commit | 8ebae5e9d270bca732c4b07bb2d264bd07d16806 (patch) | |
tree | a5b659ff56cac3f0722cd326601e228b8db201ea /unix | |
parent | a8212a3142ffffc86cf0eb05606cae9116d2d337 (diff) | |
download | tcl-8ebae5e9d270bca732c4b07bb2d264bd07d16806.zip tcl-8ebae5e9d270bca732c4b07bb2d264bd07d16806.tar.gz tcl-8ebae5e9d270bca732c4b07bb2d264bd07d16806.tar.bz2 |
removed useless separation between tclAssembly.h and tclAssembly.c
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 11ca16c..7ddd2a7 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.306.2.3 2010/09/28 15:43:01 kennykb Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.306.2.4 2010/10/23 16:14:24 kennykb Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -363,7 +363,6 @@ TCL_DECLS = \ GENERIC_HDRS = \ $(GENERIC_DIR)/tcl.h \ - $(GENERIC_DIR)/tclAssembly.h \ $(GENERIC_DIR)/tclDecls.h \ $(GENERIC_DIR)/tclInt.h \ $(GENERIC_DIR)/tclIntDecls.h \ |