Commit 037a1740 by Brad Lucier Committed by Jeff Law

* Makefile.in: Have alias.o depend on $(TREE_H).

From-SVN: r32872
parent 5729663d
Mon Apr 3 00:02:59 2000 Brad Lucier <lucier@math.purdue.edu>
* Makefile.in (alias.o): Depend on $(TREE_H).
2000-04-02 Zack Weinberg <zack@wolery.cumb.org>
* cppinit.c (cpp_start_read): Turn off -Wtraditional if
......
......@@ -1623,7 +1623,7 @@ reorg.o : reorg.c $(CONFIG_H) system.h $(RTL_H) conditions.h hard-reg-set.h \
$(RECOG_H) function.h flags.h output.h $(EXPR_H) toplev.h
alias.o : alias.c $(CONFIG_H) system.h $(RTL_H) flags.h hard-reg-set.h \
$(REGS_H) toplev.h output.h $(EXPR_H) insn-flags.h ggc.h function.h \
cselib.h
cselib.h $(TREE_H)
regmove.o : regmove.c $(CONFIG_H) system.h $(RTL_H) insn-config.h \
$(RECOG_H) output.h reload.h $(REGS_H) hard-reg-set.h flags.h function.h \
$(EXPR_H) insn-flags.h $(BASIC_BLOCK_H) toplev.h
......
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