On Mon Mar 31 11:27:06 2008, [EMAIL PROTECTED] wrote: > Building with make -j occasionally (about 20% of the time) causes the > build process to fail. The problem seems to be an undeclared > dependency beteen src/pmc/role.pmc and src/pmc/pmc_namespace.h. > The error is below: > ./src/pmc/role.pmc:52:27: error: pmc_namespace.h: No such file or > directory
Updated config/auto/pmc.pm so that the pmc's $(O) files properly depend on any .h files they included. Should help solidify 'make -j'. See r26679.