Revert: Fix dependency of out_object_file on gt header for out_file.

gcc/:
	PR bootstrap/43531

	Revert:
	2009-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

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

From-SVN: r157941
This commit is contained in:
Ralf Wildenhues 2010-04-02 07:49:06 +00:00 committed by Ralf Wildenhues
parent 80a61cb480
commit bdfbd9df4f
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR bootstrap/43531
Revert:
2009-09-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.in ($(out_object_file)): Depend on
gt-$(basename $(notdir $(out_file))).h.
2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* config.gcc (lm32-*-rtems*): Add t-lm32.

View File

@ -3349,7 +3349,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 gt-$(basename $(notdir $(out_file))).h
cselib.h
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) \
$(out_file) $(OUTPUT_OPTION)