Re: Counter-intuitive behaviour when using recursive variables as prerequisites

2001-05-14 Thread Paul D. Smith
%% Rammelt Andreas <[EMAIL PROTECTED]> writes: ra> Today I had a hard time discovering an error in a Makefile I ra> wrote: it seems like recursive variables are not expanded ra> recursively when used as a prerequisite. Checking with another ra> make program this seems to be correct behavi

Counter-intuitive behaviour when using recursive variables as prerequisites

2001-05-14 Thread Rammelt Andreas
Hi! Today I had a hard time discovering an error in a Makefile I wrote: it seems like recursive variables are not expanded recursively when used as a prerequisite. Checking with another make program this seems to be correct behaviour, but I would like to see that at a prominent place in the infod