diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-04-11 15:57:31 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-04-11 15:57:31 +0000 |
commit | f3a8030a5bb6a347cdfd4c9fcedabb76bac54ea5 (patch) | |
tree | b4ffbd5cc1319ce10146174eb0bfae815db33b4c /gcc/genoutput.c | |
parent | 68896bf9a2487e0b7b4377564f2c7781fc4e73da (diff) | |
download | gcc-f3a8030a5bb6a347cdfd4c9fcedabb76bac54ea5.tar.gz |
Makefile.in (insn-output.o): Depend on $(EXPR_H).
* Makefile.in (insn-output.o): Depend on $(EXPR_H).
* genoutput.c (output_prologue): Include expr.h in insn-output.c.
From-SVN: r41258
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index 724f011fb8c..c2cb124a536 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -222,6 +222,7 @@ output_prologue () printf ("#include \"flags.h\"\n"); printf ("#include \"ggc.h\"\n"); printf ("#include \"rtl.h\"\n"); + printf ("#include \"expr.h\"\n"); printf ("#include \"tm_p.h\"\n"); printf ("#include \"function.h\"\n"); printf ("#include \"regs.h\"\n"); |