Re: [PATCH] Add missing include file in Makefile

2012-09-17 Thread Ian Lance Taylor
On Mon, Sep 17, 2012 at 8:34 AM, Florian Weimer 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 =

[PATCH] Add missing include file in Makefile

2012-09-17 Thread Florian Weimer
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. Okay for trunk? -- Florian Weimer / Red Hat Product Security Team 2012-09-17 Florian Weimer * Makefile.in (BASIC_BLOCK_H): Add cfg-flags.def. Index: