* Make-lang.in (tree1$(exeext)): Fix previous patch.

From-SVN: r64302
This commit is contained in:
Andreas Jaeger 2003-03-13 05:57:07 +01:00 committed by Andreas Jaeger
parent 2ff8f7ac52
commit 7e38bf41d9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-03-13 Andreas Jaeger <aj@suse.de>
* Make-lang.in (tree1$(exeext)): Fix previous patch.
2003-03-12 Andreas Jaeger <aj@suse.de>
* Make-lang.in (tree1$(exeext)): Add c-cppbuiltin.o.

View File

@ -85,7 +85,7 @@ tree1$(exeext): treelang/tree1.o treelang/treetree.o treelang/lex.o treelang/par
$(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
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)