Re: Problem with += and target-specific variables
This is known bug PR/1831. See the README, etc. for information on accessing the online bug database for GNU make. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org
Problem with += and target-specific variables
Hi, I have found a problem with the latest 3.79.1 code. It seems that += does not work as it did in 3.77. With the following GNUmakefile, force : foo := a force : foo += b force : @echo "foo in the 'force' rule should be 'a b'" @echo "foo in the 'force' rule is'$(