Re: target-specific variable behavior
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
I guess I'm talking to myself here...
I discovered that by modifying the line
target2 : foo +=
to
target2 : foo += ''
I get the right results. I guess it's a side-effect of how make parses
a variable when it's part of a rule.