[OpenBIOS] [commit] r755 - trunk/fcode-utils-devel

repository service svn at openbios.org
Mon Apr 26 17:39:52 CEST 2010


Author: stepan
Date: Mon Apr 26 17:39:51 2010
New Revision: 755
URL: http://tracker.coreboot.org/trac/openbios/changeset/755

Log:
fcode-utils: separate CFLAGS and INCLUDES so CFLAGS can be overridden

Modified:
   trunk/fcode-utils-devel/Makefile

Modified: trunk/fcode-utils-devel/Makefile
==============================================================================
--- trunk/fcode-utils-devel/Makefile	Mon Apr 26 17:39:20 2010	(r754)
+++ trunk/fcode-utils-devel/Makefile	Mon Apr 26 17:39:51 2010	(r755)
@@ -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



More information about the OpenBIOS mailing list