Commit 0bb07950 by Jeffrey A Law Committed by Jeff Law

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

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

From-SVN: r26228
parent ed03c6cd
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> 1999-04-06 Per Bothner <bothner@cygnus.com>
* expr.c (pop_type_0): New function. * expr.c (pop_type_0): New function.
......
...@@ -217,10 +217,10 @@ native: config.status ../jc1$(exeext) ...@@ -217,10 +217,10 @@ native: config.status ../jc1$(exeext)
# #
# Compiling object files from source files. # Compiling object files from source files.
TREE_H = $(srcdir)/../tree.h $(srcdir)/../real.h $(srcdir)/../tree.def \ 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 JAVA_TREE_H = $(TREE_H) java-tree.h java-tree.def
RTL_H = $(srcdir)/../rtl.h $(srcdir)/../rtl.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 EXPR_H = $(srcdir)/../expr.h ../insn-codes.h
# Separating PARSE_DIR from PARSE_RELDIR lets us easily change the # Separating PARSE_DIR from PARSE_RELDIR lets us easily change the
......
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