Skip to content

Commit d1b620a

Browse files
author
Stefan Reinauer
committed
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 parent f649f79 commit d1b620a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301 USA
2222
#
2323

24-
VERSION:=$(shell grep ^\#.*TOKE_VERSION < toke/toke.c |cut -f2 -d\" )
24+
VERSION:=$(shell grep "^\#.*TOKE_VERSION" < toke/toke.c |cut -f2 -d\" )
2525

2626
all:
2727
$(MAKE) -C toke

0 commit comments

Comments
 (0)