diff options
author | hobbs <hobbs> | 2003-04-12 19:51:22 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-04-12 19:51:22 (GMT) |
commit | 37ff37a0b748da5dcebf15c20e744d8573aeb7a6 (patch) | |
tree | 8863d106a624c371650681e3dd2fa32da107c8e8 /win/Makefile.in | |
parent | d9d5ceb548007b7defbb5645b67360bab19d188a (diff) | |
download | tcl-37ff37a0b748da5dcebf15c20e744d8573aeb7a6.zip tcl-37ff37a0b748da5dcebf15c20e744d8573aeb7a6.tar.gz tcl-37ff37a0b748da5dcebf15c20e744d8573aeb7a6.tar.bz2 |
* win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.c
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 8a2e047..75150aa 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.69 2003/04/05 01:25:11 dkf Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.70 2003/04/12 19:51:24 hobbs Exp $ VERSION = @TCL_VERSION@ @@ -246,6 +246,7 @@ GENERIC_OBJS = \ tclPanic.$(OBJEXT) \ tclParse.$(OBJEXT) \ tclParseExpr.$(OBJEXT) \ + tclPathObj.$(OBJEXT) \ tclPipe.$(OBJEXT) \ tclPkg.$(OBJEXT) \ tclPosixStr.$(OBJEXT) \ |