Re: problem with target specific variables

2001-09-24 Thread Paul D. Smith
Yes, this is a known bug. It will be fixed in the next release. There's a patch around I can forward to you in the meantime, if you like (it's also available in the archives of this list I'm sure...) -- --- Paul D. Smi

problem with target specific variables

2001-09-24 Thread Simon Plain
Hello, hopefully this hasn't been reported already. The following makefile gives an incorrect response: default : MYVAR = value1 default : MYVAR += value2 default: echo $(MYVAR) - When this is tested with 3.79.1 under