Re: Bug in target-specific variables

2000-02-16 Thread Paul D. Smith
%% Darren Hiebert <[EMAIL PROTECTED]> writes: dh> This is a report for make-3.78.1 dh> The following use of a target specific variable loses its value. If dh> you issue the command "make r1", VALUE is set to rule1 and rule1 is dh> executed through the value of VALUE. If you issue the comm

Bug in target-specific variables

2000-02-16 Thread Darren Hiebert
This is a report for make-3.78.1 The following use of a target specific variable loses its value. If you issue the command "make r1", VALUE is set to rule1 and rule1 is executed through the value of VALUE. If you issue the command "make r2", VALUE is set to rule2, but rule1 is still executed even