Makefile.in (TREE_H): Add tree-check.h.

* Makefile.in (TREE_H): Add tree-check.h.
        (RTL_H): Add genrtl.h.

From-SVN: r26228
This commit is contained in:
Jeffrey A Law 1999-04-06 22:22:07 +00:00 committed by Jeff Law
parent ed03c6cdbb
commit 0bb07950af
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Tue Apr 6 23:15:52 1999 Jeffrey A Law (law@cygnus.com)
* Makefile.in (TREE_H): Add tree-check.h.
(RTL_H): Add genrtl.h.
1999-04-06 Per Bothner <bothner@cygnus.com>
* expr.c (pop_type_0): New function.

View File

@ -217,10 +217,10 @@ native: config.status ../jc1$(exeext)
#
# Compiling object files from source files.
TREE_H = $(srcdir)/../tree.h $(srcdir)/../real.h $(srcdir)/../tree.def \
$(srcdir)/../machmode.h $(srcdir)/../machmode.def
$(srcdir)/../machmode.h $(srcdir)/../machmode.def ../tree-check.h
JAVA_TREE_H = $(TREE_H) java-tree.h java-tree.def
RTL_H = $(srcdir)/../rtl.h $(srcdir)/../rtl.def \
$(srcdir)/../machmode.h $(srcdir)/../machmode.def
$(srcdir)/../machmode.h $(srcdir)/../machmode.def ../genrtl.h
EXPR_H = $(srcdir)/../expr.h ../insn-codes.h
# Separating PARSE_DIR from PARSE_RELDIR lets us easily change the