On Thu, Nov 11, 2004 at 02:49:24PM +0100, Leopold Toetsch wrote: > Nicholas Clark wrote: > >What generates runtime/parrot/library/config.pbc ? > > It's an extension rule .imc.pbc. > > >It seems that make clean can remove it, and then any subsequent make fails: > > No problem here, jsut tried it.
Aha. Then it looks like it's a problem with the Makefile on FreeBSD make. <time passes> It seems that FreeBSD make wants .SUFFIXES above the first line that uses one of the suffixes. I committed a fix. Nicholas Clark