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:
parent
ed03c6cdbb
commit
0bb07950af
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user