diff options
author | YamaArashi <shadow962@live.com> | 2016-04-29 04:08:48 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-29 04:08:48 -0700 |
commit | 908fe3c18104c116a6aa0eaea2d3019ef206ddbd (patch) | |
tree | ecafdb472cd8d2fe1363e70bd4fdb8f32281559c /gcc/genoutput.c | |
parent | f821b74fc8baaaea80e42fe54fb9e7765f89bfff (diff) |
auto dependencies for makefile
Diffstat (limited to 'gcc/genoutput.c')
-rwxr-xr-x | gcc/genoutput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index 1d52550..f6216b1 100755 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -226,7 +226,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"insn-attr.h\"\n\n"); printf ("#include \"insn-codes.h\"\n\n"); printf ("#include \"recog.h\"\n\n"); - + printf ("#include \"tree.h\"\n"); printf ("#include \"output.h\"\n"); } |