Hi! 2007/2/21, Greg Chicares <[EMAIL PROTECTED]>:
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. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
