|
From: | Perrog |
Subject: | Re: make: *** No rule to make target `|', needed by `all'. Stop. |
Date: | Thu, 22 Feb 2007 21:23:59 +0100 |
Hi! 2007/2/21, Greg Chicares <address@hidden>:
On 2007-2-21 21:45 UTC, Perrog wrote: > > A = `test .$module = .yes && echo .a || echo .b` Does it do what you want if you define 'A' this way: A := $(shell test .$module = .yes && echo .a || echo .b) instead?
That works perfectly well! Thanks for the help.
[Prev in Thread] | Current Thread | [Next in Thread] |