Fix dependency of out_object_file on gt header for out_file.

gcc/:
	* Makefile.in ($(out_object_file)): Depend on
	gt-$(basename $(notdir $(out_file))).h.

From-SVN: r152249
This commit is contained in:
Ralf Wildenhues 2009-09-28 20:22:56 +00:00 committed by Ralf Wildenhues
parent 8387984e98
commit 2bc9806603
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-09-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in ($(out_object_file)): Depend on
gt-$(basename $(notdir $(out_file))).h.
2009-09-28 Richard Henderson <rth@redhat.com>
* except.h (struct eh_region_d): Add use_cxa_end_cleanup.

View file

@ -3248,7 +3248,7 @@ $(out_object_file): $(out_file) $(CONFIG_H) coretypes.h $(TM_H) $(TREE_H) \
output.h $(INSN_ATTR_H) $(SYSTEM_H) $(TOPLEV_H) $(TARGET_H) libfuncs.h \
$(TARGET_DEF_H) $(FUNCTION_H) $(SCHED_INT_H) $(TM_P_H) $(EXPR_H) \
langhooks.h $(GGC_H) $(OPTABS_H) $(REAL_H) tm-constrs.h $(GIMPLE_H) $(DF_H) \
cselib.h
cselib.h gt-$(basename $(notdir $(out_file))).h
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) \
$(out_file) $(OUTPUT_OPTION)