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

From-SVN: r32872
This commit is contained in:
Brad Lucier 2000-04-03 06:04:36 +00:00 committed by Jeff Law
parent 5729663d29
commit 037a174061
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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