Re: Sequencing of sub-makefile generation

2000-04-03 Thread Paul D. Smith
%% "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

Sequencing of sub-makefile generation

2000-04-03 Thread e. boasson
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