Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
* Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H). * toplev.c: Include langhooks-def.h. From-SVN: r63067
This commit is contained in:
parent
de59bd27dc
commit
e5378e8dac
@ -1,3 +1,8 @@
|
||||
2003-02-19 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
|
||||
* toplev.c: Include langhooks-def.h.
|
||||
|
||||
2003-02-18 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* config/mips/mips.h (enum processor_type): Sort entries
|
||||
|
@ -1430,7 +1430,8 @@ toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(RTL_
|
||||
dwarf2out.h sdbout.h dbxout.h $(EXPR_H) hard-reg-set.h $(BASIC_BLOCK_H) \
|
||||
graph.h $(LOOP_H) except.h $(REGS_H) $(TIMEVAR_H) $(lang_options_files) \
|
||||
ssa.h $(PARAMS_H) $(TM_P_H) reload.h dwarf2asm.h $(TARGET_H) \
|
||||
langhooks.h insn-flags.h options.h cfglayout.h real.h cfgloop.h hosthooks.h
|
||||
langhooks.h insn-flags.h options.h cfglayout.h real.h cfgloop.h \
|
||||
hosthooks.h $(LANGHOOKS_DEF_H)
|
||||
$(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
|
||||
-DTARGET_NAME=\"$(target_alias)\" \
|
||||
-c $(srcdir)/toplev.c $(OUTPUT_OPTION)
|
||||
|
@ -72,6 +72,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
#include "debug.h"
|
||||
#include "target.h"
|
||||
#include "langhooks.h"
|
||||
#include "langhooks-def.h"
|
||||
#include "cfglayout.h"
|
||||
#include "cfgloop.h"
|
||||
#include "hosthooks.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user