Commit d1b620a362e5419dd09689c7de7ada1eeea5d841

Stefan Reinauer 2010-04-26T15:39:51

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

1
2
3
4
5
6
7
8
9
10
11
12
13
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