diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-11-25 18:16:17 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-11-25 18:16:17 -0500 |
commit | 32e6ec6f4fdaa3cb0bb7f998c39da2ef1c3d3521 (patch) | |
tree | cb91725a0c2fde4b8dfb4b9ddc389e6c7dd06dbb | |
parent | caf6ec996df0f3ab9954d192feafacea29fe8ebd (diff) | |
download | gcc-32e6ec6f4fdaa3cb0bb7f998c39da2ef1c3d3521.zip gcc-32e6ec6f4fdaa3cb0bb7f998c39da2ef1c3d3521.tar.gz gcc-32e6ec6f4fdaa3cb0bb7f998c39da2ef1c3d3521.tar.bz2 |
(emit-rtl.o): Includes tree.h.
From-SVN: r6165
-rw-r--r-- | gcc/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index e5fd1fc..759f981 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -966,9 +966,9 @@ sdbout.o : sdbout.c $(CONFIG_H) $(TREE_H) $(RTL_H) gsyms.h flags.h \ dwarfout.o : dwarfout.c $(CONFIG_H) $(TREE_H) $(RTL_H) dwarf.h flags.h \ insn-config.h reload.h output.h defaults.h xcoffout.o : xcoffout.c $(CONFIG_H) $(TREE_H) $(RTL_H) xcoffout.h flags.h -emit-rtl.o : emit-rtl.c $(CONFIG_H) $(RTL_H) flags.h gvarargs.h function.h \ - regs.h insn-config.h insn-codes.h real.h expr.h bytecode.h bc-opcode.h \ - bc-typecd.h bc-typecd.def bc-optab.h bc-emit.h bc-opname.h +emit-rtl.o : emit-rtl.c $(CONFIG_H) $(RTL_H) $(TREE_H) flags.h gvarargs.h \ + function.h regs.h insn-config.h insn-codes.h real.h expr.h bytecode.h \ + bc-opcode.h bc-typecd.h bc-typecd.def bc-optab.h bc-emit.h bc-opname.h real.o : real.c $(CONFIG_H) $(TREE_H) getpwd.o : getpwd.c $(CONFIG_H) |