Commit 560bd19e by Kaveh R. Ghazi Committed by Kaveh Ghazi

Another minor system.h cutover:

        * Makefile.in (genrtl.o): Depend on system.h.
        * gengenrtl.c (gencode): When creating genrtl.c, have it
        include system.h.

From-SVN: r19632
parent 2c73f9f5
Fri May 8 09:47:29 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (genrtl.o): Depend on system.h.
* gengenrtl.c (gencode): When creating genrtl.c, have it
include system.h.
Fri May 8 10:57:33 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> Fri May 8 10:57:33 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* config/m68k/t-linux: Remove extra stuff already included in * config/m68k/t-linux: Remove extra stuff already included in
......
...@@ -1598,7 +1598,7 @@ s-output : $(md_file) genoutput $(srcdir)/move-if-change ...@@ -1598,7 +1598,7 @@ s-output : $(md_file) genoutput $(srcdir)/move-if-change
$(srcdir)/move-if-change tmp-output.c insn-output.c $(srcdir)/move-if-change tmp-output.c insn-output.c
touch s-output touch s-output
genrtl.o : genrtl.c $(CONFIG_H) $(RTL_H) genrtl.o : genrtl.c $(CONFIG_H) $(RTL_H) system.h
genrtl.c genrtl.h : s-genrtl genrtl.c genrtl.h : s-genrtl
@true # force gnu make to recheck modification times. @true # force gnu make to recheck modification times.
......
...@@ -253,6 +253,7 @@ gencode (f) ...@@ -253,6 +253,7 @@ gencode (f)
const char **fmt; const char **fmt;
fputs ("#include \"config.h\"\n", f); fputs ("#include \"config.h\"\n", f);
fputs ("#include \"system.h\"\n", f);
fputs ("#include \"obstack.h\"\n", f); fputs ("#include \"obstack.h\"\n", f);
fputs ("#include \"rtl.h\"\n\n", f); fputs ("#include \"rtl.h\"\n\n", f);
fputs ("extern struct obstack *rtl_obstack;\n\n", f); fputs ("extern struct obstack *rtl_obstack;\n\n", f);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment