Re: Parallel build failure in c-pragma.o missing gt-c-pragma.h

2006-01-19 Thread Kaveh R. Ghazi
> 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

Parallel build failure in c-pragma.o missing gt-c-pragma.h

2006-01-16 Thread Kaveh R. Ghazi
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