makefile: fix error message due to missing quotes
authorJustin Clift <justin@salasaga.org>
Thu, 20 May 2010 14:09:38 +0000 (00:09 +1000)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 21 May 2010 09:51:07 +0000 (05:51 -0400)
commitaf5154671b3421cdc62b15b8afe540b83e8dfabe
tree78b07e0a26ea2ae81340c51862116f8e66532d8c
parent0fc9abfbfd28f5cc423e286691aa8824cf3966c2
makefile: fix error message due to missing quotes

1 liner bug fix for issue #10.  Surrounding quotation marks were
missing from a variable, causing a warning message inside a test
clause.

Change-Id: Ia21421f77c309bbd87332547374241269bbe5326
build/make/Makefile