[PATCH] Add missing include file in Makefile

Ian Lance Taylor iant@google.com
Mon Sep 17 17:26:00 GMT 2012


On Mon, Sep 17, 2012 at 8:34 AM, Florian Weimer <fweimer@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



More information about the Gcc-patches mailing list