On 31-Oct-2000, Bruce Korb <[EMAIL PROTECTED]> wrote:
| It is ugly. Especially
| when the automated dependencies come along and decide
| that your objects depend on mumble.h and mumble.h depends
| on your sources and you modified your sources, so it
| must be time to regenerate the mumble.h and recompile everything.
Isn't that what the move-if-change script is for? It won't prevent
mumble.h from being created, but it should allow you to avoid
recompiling everything if mumble.h hasn't actually changed. I find
that this generally works well unless the process to create mumble.h
takes a lot of time.
jwe