> I'm getting a parallel build failure on mainline like so:
>
> > make[3]: *** No rule to make target `gt-c-pragma.h', needed by
> `c-pragma.o'. Stop.
>
> We have c-pragma.o depend on gt-c-pragma.h, but there's no rule to
> build gt-c-pragma.h. I assume gt-c-pragma.h needs to depend on
I'm getting a parallel build failure on mainline like so:
> make[3]: *** No rule to make target `gt-c-pragma.h', needed by `c-pragma.o'.
> Stop.
We have c-pragma.o depend on gt-c-pragma.h, but there's no rule to
build gt-c-pragma.h. I assume gt-c-pragma.h needs to depend on
s-gtype, but I th