fcode-utils: separate CFLAGS and INCLUDES so CFLAGS can be overridden git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@755 f158a5a8-5612-0410-a976-696ce0be7e32
diff --git a/Makefile b/Makefile
index 96fe07f..02490e8 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA
#
-VERSION:=$(shell grep ^\#.*TOKE_VERSION < toke/toke.c |cut -f2 -d\" )
+VERSION:=$(shell grep "^\#.*TOKE_VERSION" < toke/toke.c |cut -f2 -d\" )
all:
$(MAKE) -C toke