From 5c5e7e1a7eb114cf136e1ae4b6a413bc48ba41eb Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 8 Jan 2015 19:05:43 +0000 Subject: Fix build failure on Windows due to undefined cflags identifier Reviewed-by: Tim Hudson --- util/mkbuildinf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/mkbuildinf.pl') diff --git a/util/mkbuildinf.pl b/util/mkbuildinf.pl index 9d7b81c76e..ffa8a39933 100755 --- a/util/mkbuildinf.pl +++ b/util/mkbuildinf.pl @@ -7,7 +7,7 @@ $date = localtime(); print <<"END_OUTPUT"; #ifndef MK1MF_BUILD /* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */ - #define CFLAGS + #define CFLAGS cflags /* * Generate CFLAGS as an array of individual characters. This is a * workaround for the situation where CFLAGS gets too long for a C90 string -- cgit v1.2.3