mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 11:51:10 +08:00
Makefile.in (calls.o): Depend on function.h.
* Makefile.in (calls.o): Depend on function.h. (alias.o): Likewise. From-SVN: r31056
This commit is contained in:
parent
5ed9996314
commit
74a7ea1231
@ -1,3 +1,8 @@
|
||||
1999-12-21 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* Makefile.in (calls.o): Depend on function.h.
|
||||
(alias.o): Likewise.
|
||||
|
||||
1999-12-21 Bernd Schmidt <bernds@cygnus.co.uk>
|
||||
|
||||
* reload1.c (emit_reload_insns): Break out code and variables into...
|
||||
|
@ -1502,7 +1502,7 @@ builtins.o : builtins.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \
|
||||
$(RECOG_H) output.h typeclass.h hard-reg-set.h toplev.h hard-reg-set.h \
|
||||
except.h
|
||||
calls.o : calls.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h $(EXPR_H) \
|
||||
insn-flags.h $(REGS_H) toplev.h output.h
|
||||
insn-flags.h $(REGS_H) toplev.h output.h function.h
|
||||
expmed.o : expmed.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \
|
||||
insn-flags.h insn-config.h insn-codes.h $(EXPR_H) $(RECOG_H) real.h toplev.h
|
||||
explow.o : explow.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \
|
||||
@ -1591,7 +1591,7 @@ reorg.o : reorg.c $(CONFIG_H) system.h $(RTL_H) conditions.h hard-reg-set.h \
|
||||
$(BASIC_BLOCK_H) $(REGS_H) insn-config.h insn-attr.h insn-flags.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
|
||||
$(REGS_H) toplev.h output.h $(EXPR_H) insn-flags.h ggc.h function.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user