mirror of git://gcc.gnu.org/git/gcc.git
Makefile.in (options.c): Add options.h to included header files, before tm.h.
2012-05-21 Chung-Lin Tang <cltang@codesourcery.com> * Makefile.in (options.c): Add options.h to included header files, before tm.h. From-SVN: r187705
This commit is contained in:
parent
70837b718c
commit
6be4d3acd0
|
@ -1,3 +1,8 @@
|
|||
2012-05-21 Chung-Lin Tang <cltang@codesourcery.com>
|
||||
|
||||
* Makefile.in (options.c): Add options.h to included header
|
||||
files, before tm.h.
|
||||
|
||||
2012-05-21 Razya Ladelsky <razya@il.ibm.com>
|
||||
|
||||
* tree-parloops.c : Add myself to contributors, update
|
||||
|
|
|
@ -2121,7 +2121,7 @@ options.c: optionlist $(srcdir)/opt-functions.awk $(srcdir)/opt-read.awk \
|
|||
$(srcdir)/optc-gen.awk
|
||||
$(AWK) -f $(srcdir)/opt-functions.awk -f $(srcdir)/opt-read.awk \
|
||||
-f $(srcdir)/optc-gen.awk \
|
||||
-v header_name="config.h system.h coretypes.h tm.h" < $< > $@
|
||||
-v header_name="config.h system.h coretypes.h options.h tm.h" < $< > $@
|
||||
|
||||
options-save.c: optionlist $(srcdir)/opt-functions.awk $(srcdir)/opt-read.awk \
|
||||
$(srcdir)/optc-save-gen.awk
|
||||
|
|
Loading…
Reference in New Issue