On Mon, Sep 17, 2012 at 8:34 AM, Florian Weimer <fwei...@redhat.com> wrote: > The attached patch is required so that plug-ins can include gimple.h. I > tested that cfg-flags.def is actually installed after this change.
> -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 Break the line with a continuation character before cfg-flags.def so that it remains less than 80 columns. This is OK with that change. Thanks. Ian