Makefile.in (BASIC_BLOCK_H): Add cfg-flags.def.
authorFlorian Weimer <fweimer@redhat.com>
Tue, 18 Sep 2012 12:55:06 +0000 (14:55 +0200)
committerFlorian Weimer <fw@gcc.gnu.org>
Tue, 18 Sep 2012 12:55:06 +0000 (14:55 +0200)
2012-09-18  Florian Weimer  <fweimer@redhat.com>

* Makefile.in (BASIC_BLOCK_H): Add cfg-flags.def.

From-SVN: r191420

gcc/ChangeLog
gcc/Makefile.in

index de3e9c1..c6d3682 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-18  Florian Weimer  <fweimer@redhat.com>
+
+       * Makefile.in (BASIC_BLOCK_H): Add cfg-flags.def.
+
 2012-09-18  Richard Guenther  <rguenther@suse.de>
 
        * statistics.h (CXX_MEM_STAT_INFO): New define.
index fc9a37d..d16c1a7 100644 (file)
@@ -851,7 +851,8 @@ TREE_H = coretypes.h tree.h all-tree.def tree.def c-family/c-common.def \
        double-int.h alias.h $(SYMTAB_H) $(FLAGS_H) vecir.h \
        $(REAL_H) $(FIXED_VALUE_H)
 REGSET_H = regset.h $(BITMAP_H) hard-reg-set.h
-BASIC_BLOCK_H = basic-block.h $(PREDICT_H) $(VEC_H) $(FUNCTION_H) cfghooks.h
+BASIC_BLOCK_H = basic-block.h $(PREDICT_H) $(VEC_H) $(FUNCTION_H) \
+       cfg-flags.def cfghooks.h
 GIMPLE_H = gimple.h gimple.def gsstruct.def pointer-set.h $(VEC_H) \
        vecir.h $(GGC_H) $(BASIC_BLOCK_H) $(TREE_H) tree-ssa-operands.h \
        tree-ssa-alias.h $(INTERNAL_FN_H)