Follow-up Comment #6, bug #15919 (project make):
I have another makefile which shows the same effect.
I am trimming it at the moment, but things it has in common with the second
makefile below is an "order only" dependency and a ".INTERMEDIATE". make -j1
works fine. make -j2 works fine the first
Follow-up Comment #7, bug #15919 (project make):
Here is the Makefile, stripped as much as I think I can. In particular if I
change the intermed dependency on phony to be a normal one, rather than an
order only one then everything works as I would expect. Run "make clean" (or
touch src) to get th