%% Robert Bogomip <[EMAIL PROTECTED]> writes:
rb> [This is actually a repost of a bug that previously had been fixed :-(]
rb> There's (still) a problem expanding target specific variables.
I'm not sure what the first parenthetical sentence means, but this bug
is known and has been fixed in t
[This is actually a repost of a bug that previously had been fixed :-(]
There's (still) a problem expanding target specific variables.
Consider this makefile:
t: m+=2
t:
@echo "[${m}]"
Then the following displays a bugette:
$ make t
[ 2]
$
[That space shouldn't be the