%% "e. boasson" <[EMAIL PROTECTED]> writes:
eb> I believe I have found a bug in the sequencing of dependencies
eb> resulting from include statements: the following self-contained
eb> makefile builds file "b" with $^ empty, whereas - in my opionion -
eb> it should have been "a".
This is n
To whom it may concern:
I believe I have found a bug in the sequencing of dependencies resulting
from include statements: the following self-contained makefile builds
file "b" with $^ empty, whereas - in my opionion - it should have been
"a".
Regards,
Erik Boasson.
## Makefile
all: a b ; cat