summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-10-08 17:14:33 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-10-08 17:14:33 (GMT)
commit0292f1c35a82db2606bc62c121af660d29c0e685 (patch)
tree8671ad614af78f3a99b487ad3e877e5927af9024 /unix
parentf1bf1fac18650d987d1632b6f91ce80083f13b7b (diff)
downloadtcl-0292f1c35a82db2606bc62c121af660d29c0e685.zip
tcl-0292f1c35a82db2606bc62c121af660d29c0e685.tar.gz
tcl-0292f1c35a82db2606bc62c121af660d29c0e685.tar.bz2
Makefile updates for new file
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 36bd1bb..49eb82b 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.5 2006/08/30 14:23:03 dkf Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.183.2.6 2006/10/08 17:14:33 dkf Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -304,9 +304,9 @@ GENERIC_OBJS = regcomp.o regexec.o regfree.o regerror.o tclAlloc.o \
tclEnv.o tclEvent.o tclExecute.o tclFCmd.o tclFileName.o tclGet.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 tclOODefineCmds.o tclOOInfo.o tclPanic.o tclParse.o \
- tclParseExpr.o tclPathObj.o \
+ tclLiteral.o tclLoad.o tclMain.o tclNamesp.o tclNotify.o tclObj.o \
+ tclOO.o tclOOCall.o tclOODefineCmds.o tclOOInfo.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 \