Add $(TARGET_H) dependency to tree-cfg.o

* Makefile.in (tree-cfg.o): Also depend on $(TARGET_H).

From-SVN: r190416
This commit is contained in:
H.J. Lu 2012-08-15 16:59:04 +00:00 committed by H.J. Lu
parent 6b5eea611c
commit 5dfe1ad496
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-08-15 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.in (tree-cfg.o): Also depend on $(TARGET_H).
2012-08-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
PR tree-optimization/54245

View File

@ -2334,7 +2334,7 @@ tree-vrp.o : tree-vrp.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) \
$(CFGLOOP_H) $(SCEV_H) intl.h \
$(GIMPLE_PRETTY_PRINT_H) gimple-fold.h $(OPTABS_H) $(EXPR_H)
tree-cfg.o : tree-cfg.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
$(TREE_H) $(TM_P_H) $(GGC_H) $(FLAGS_H) \
$(TREE_H) $(TM_P_H) $(GGC_H) $(FLAGS_H) $(TARGET_H) \
$(DIAGNOSTIC_CORE_H) $(FUNCTION_H) $(TM_H) coretypes.h \
$(TREE_DUMP_H) $(EXCEPT_H) $(CFGLOOP_H) $(TREE_PASS_H) \
$(BASIC_BLOCK_H) \