* Makefile.in (tree-vect-stmts.o): Depend upon $(TOPLEV_H).

From-SVN: r148541
This commit is contained in:
Ian Lance Taylor 2009-06-16 16:59:03 +00:00 committed by Ian Lance Taylor
parent 9c727c9a3e
commit 95228603e6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-06-16 Ian Lance Taylor <iant@google.com>
* Makefile.in (tree-vect-stmts.o): Depend upon $(TOPLEV_H).
2009-06-16 Ian Lance Taylor <iant@google.com>
* toplev.h (floor_log2): If GCC_VERSION >= 3004, declare as static

View File

@ -2416,7 +2416,7 @@ tree-vect-slp.o: tree-vect-slp.c $(CONFIG_H) $(SYSTEM_H) \
tree-vect-stmts.o: tree-vect-stmts.c $(CONFIG_H) $(SYSTEM_H) \
coretypes.h $(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) $(BASIC_BLOCK_H) \
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) \
$(EXPR_H) $(RECOG_H) $(OPTABS_H) tree-vectorizer.h langhooks.h
$(EXPR_H) $(RECOG_H) $(OPTABS_H) $(TOPLEV_H) tree-vectorizer.h langhooks.h
tree-vect-data-refs.o: tree-vect-data-refs.c $(CONFIG_H) $(SYSTEM_H) \
coretypes.h $(TM_H) $(GGC_H) $(TREE_H) $(TARGET_H) $(BASIC_BLOCK_H) \
$(DIAGNOSTIC_H) $(TREE_FLOW_H) $(TREE_DUMP_H) $(CFGLOOP_H) \