* Makefile.in ($(out_object_file)): Depend upon $(DF_H).

From-SVN: r148877
This commit is contained in:
Ian Lance Taylor 2009-06-23 22:21:10 +00:00 committed by Ian Lance Taylor
parent 9a476c9ca3
commit 7326707672
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-06-23 Ian Lance Taylor <iant@google.com>
* Makefile.in ($(out_object_file)): Depend upon $(DF_H).
2009-06-23 Ian Lance Taylor <iant@google.com>
* reload.c (alternative_allows_const_pool_ref): Mark mem parameter

View File

@ -3118,7 +3118,7 @@ $(out_object_file): $(out_file) $(CONFIG_H) coretypes.h $(TM_H) $(TREE_H) \
$(RTL_H) $(REGS_H) hard-reg-set.h insn-config.h conditions.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)
langhooks.h $(GGC_H) $(OPTABS_H) $(REAL_H) tm-constrs.h $(GIMPLE_H) $(DF_H)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) \
$(out_file) $(OUTPUT_OPTION)