mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 16:20:00 +08:00
* Makefile.in ($(out_object_file)): Depend upon $(DF_H).
From-SVN: r148877
This commit is contained in:
parent
9a476c9ca3
commit
7326707672
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user