On Wed Apr 09 20:52:37 2008, infinoid wrote: > I've implemented a workaround (manually specifying build rules for the > subdir files) in r26899, to keep us rolling in the meantime. Please > revert that when a real fix comes around.
And after a little more research, I've found the proper fix. GNU Make was ignoring the ".pir.pbc" rule (regardless of whether it was in a subdir or not) because it didn't recognise those file suffixes. With an added .SUFFIXES line, all works fine. So, fixed in r26901. Mark