Dan Sugalski <[EMAIL PROTECTED]> wrote: > Fix up another dependency issue
> -library/config.fpmc: myconfig config_lib.pasm > +library/config.fpmc: myconfig config_lib.pasm $(TEST_PROG) Actually I deleted $(TEST_PROG) from dependencies a day ago or so. If Configure is run, myconfig is updated and config.fpmc is built. If only make is run for building a new Parrot, I don't see the point to regenerate that file ever and ever--which is about one million times a day here :) leo