diff options
author | cvs2fossil <cvs2fossil> | 2006-07-10 01:17:31 (GMT) |
---|---|---|
committer | cvs2fossil <cvs2fossil> | 2006-07-10 01:17:31 (GMT) |
commit | 422b103f673ff53ca016f7834641672dbe6afb8a (patch) | |
tree | 63f658b6104442f9348112cc01f12362a8cec23d /unix/Makefile.in | |
parent | 33f67300386b2d7ab267e3255c25a6816d5107a3 (diff) | |
download | tcl-tip_257_implementation_branch_root_synthetic.zip tcl-tip_257_implementation_branch_root_synthetic.tar.gz tcl-tip_257_implementation_branch_root_synthetic.tar.bz2 |
Created branch tip-257-implementation-branch-root-synthetictip_257_implementation_branch_roottip_257_implementation_branch_root_synthetic
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 15f609a..179ec31 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.183.2.1 2006/02/02 23:14:03 dkf Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.183 2005/12/14 02:09:20 das Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -305,8 +305,8 @@ GENERIC_OBJS = regcomp.o regexec.o regfree.o regerror.o tclAlloc.o \ tclHash.o tclHistory.o tclIndexObj.o tclInterp.o tclIO.o tclIOCmd.o \ tclIORChan.o tclIOGT.o tclIOSock.o tclIOUtil.o tclLink.o tclListObj.o \ tclLiteral.o tclLoad.o tclMain.o tclNamesp.o tclNotify.o \ - tclObj.o tclOO.o tclPanic.o tclParse.o tclParseExpr.o tclPathObj.o \ - tclPipe.o tclPkg.o tclPkgConfig.o tclPosixStr.o \ + tclObj.o tclPanic.o tclParse.o tclParseExpr.o tclPathObj.o tclPipe.o \ + tclPkg.o tclPkgConfig.o tclPosixStr.o \ tclPreserve.o tclProc.o tclRegexp.o \ tclResolve.o tclResult.o tclScan.o tclStringObj.o \ tclStrToD.o tclThread.o \ @@ -404,7 +404,6 @@ GENERIC_SRCS = \ $(GENERIC_DIR)/tclNamesp.c \ $(GENERIC_DIR)/tclNotify.c \ $(GENERIC_DIR)/tclObj.c \ - $(GENERIC_DIR)/tclOO.c \ $(GENERIC_DIR)/tclParse.c \ $(GENERIC_DIR)/tclParseExpr.c \ $(GENERIC_DIR)/tclPathObj.c \ @@ -1063,9 +1062,6 @@ tclLiteral.o: $(GENERIC_DIR)/tclLiteral.c $(COMPILEHDR) tclObj.o: $(GENERIC_DIR)/tclObj.c $(COMPILEHDR) $(MATHHDRS) $(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclObj.c -tclOO.o: $(GENERIC_DIR)/tclOO.c - $(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclOO.c - tclLoad.o: $(GENERIC_DIR)/tclLoad.c $(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tclLoad.c |