toolchain/toolchain-external: don't use x$(...) construct or ==
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 17 Jul 2013 20:30:49 +0000 (22:30 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 17 Jul 2013 22:25:06 +0000 (00:25 +0200)
commitf50eff3401e5f41f68bd08d92d9886eecf23926f
treebd844d26d5e309bfbcd5047648f46d4c3017a709
parentb2e88073dbf05faa47475bf96d5ccf8a45906a3c
toolchain/toolchain-external: don't use x$(...) construct or ==

With modern shells, we can simply do test using the "$(...)" = "value"
form. This commit gets rid of the x$(...) = x"value" constructs and
replaces == by =, which is the correct operator to test the equality
of two strings with the test program.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/toolchain-external/ext-tool.mk