Re: Crash in Make 3.79.1 expanding target specific variables

2001-10-18 Thread Paul D. Smith
%% 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

Crash in Make 3.79.1 expanding target specific variables

2001-10-17 Thread Robert Bogomip
[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