%% Dan Jacobson <[EMAIL PROTECTED]> writes:
dj> I recall I used to be able to get away with declaration after the
dj> fact, on line 3 instead of 1:
dj> #B=/erer
dj> a: $B
dj> B=/erer
dj> but nowadays (GNU Make 3.80) I must have it before it is used. Or
dj> maybe it has always been th
I recall I used to be able to get away with declaration after the
fact, on line 3 instead of 1:
#B=/erer
a: $B
B=/erer
but nowadays (GNU Make 3.80) I must have it before it is used. Or
maybe it has always been that way.
___
Bug-make mailing list
Bug-mak