* Make-lang.in: Update.

From-SVN: r63774
This commit is contained in:
Neil Booth 2003-03-04 07:01:38 +00:00 committed by Neil Booth
parent 63973df350
commit f20d8e3913
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-03-04 Neil Booth <neil@daikokuya.co.uk>
* Make-lang.in: Update.
2003-03-03 Jason Merrill <jason@redhat.com> 2003-03-03 Jason Merrill <jason@redhat.com>
* decl.c (finish_enum): Do set the type in a template. Simplify. * decl.c (finish_enum): Do set the type in a template. Simplify.

View File

@ -80,7 +80,7 @@ g++-cross$(exeext): g++$(exeext)
# Shared with C front end: # Shared with C front end:
CXX_C_OBJS = attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o \ CXX_C_OBJS = attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o \
c-dump.o $(CXX_TARGET_OBJS) c-pretty-print.o c-opts.o c-pch.o \ c-dump.o $(CXX_TARGET_OBJS) c-pretty-print.o c-opts.o c-pch.o \
c-incpath.o cppdefault.o c-incpath.o cppdefault.o c-ppoutput.o
# Language-specific object files. # Language-specific object files.
CXX_OBJS = cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o \ CXX_OBJS = cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o \