-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Perrog wrote:
> A = `test .$module = .yes && echo .a || echo .b`
There's no backtick operator in GNU Make. You should be doing:
A := $(shell test .$module = .yes && echo .a || echo .b)
John.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFF3ZsvLphrp73n/hARAiFzAJ9D+NK80lxfXb25pwBrwJ527TlW5ACgix1n
iLVsgA4+XCoxZahnqTal5HY=
=Ht0/
-----END PGP SIGNATURE-----
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make