Commit 57f989ce by Andreas Jaeger Committed by Andreas Jaeger

* Make-lang.in (tree1$(exeext)): Add c-cppbuiltin.o.

From-SVN: r64222
parent e1145e7f
2003-03-12 Andreas Jaeger <aj@suse.de>
* Make-lang.in (tree1$(exeext)): Add c-cppbuiltin.o.
2003-03-08 Neil Booth <neil@daikokuya.co.uk>
* tree1.c (in_fname): Fix type.
......
......@@ -82,10 +82,12 @@ treelang.done: tree1$(exeext)
# core compiler
tree1$(exeext): treelang/tree1.o treelang/treetree.o treelang/lex.o treelang/parse.o\
$(TREE_BE_LIBS) c-convert.o c-typeck.o c-common.o c-decl.o attribs.o
$(TREE_BE_LIBS) c-convert.o c-typeck.o c-common.o c-cppbuiltin.o \
c-decl.o attribs.o
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
treelang/tree1.o treelang/treetree.o treelang/lex.o treelang/parse.o c-convert.o\
c-typeck.o c-common.o c-decl.o attribs.o $(TREE_BE_LIBS)
treelang/tree1.o treelang/treetree.o treelang/lex.o treelang/parse.o
c-convert.o c-typeck.o c-common.o c-cppbuiltin.o c-decl.o attribs.o \
$(TREE_BE_LIBS)
#
# Compiling object files from source files.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment