Re: Setting environment variables with Make
Ralf Wildenhues <[email protected]> Sun, 8 Mar 2009 09:28:20 +0100
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | Department of Numerical Simulation, University of Bonn |
| Message-ID | <[email protected]> |
Hello Paul, * Paul Jarc wrote on Sat, Mar 07, 2009 at 09:27:57PM CET: > Ralf Wildenhues <[email protected]> wrote: > > foo: > > bar=`output of some command`; \ > > echo $(bar) > > This shold be expanding a shell variable, not a Makefile variable, D'oh. I really need to get a new pair of glasses, I guess. Thanks for correcting my blunder, Ralf