From 8904e1535cda406c37a2162704813ea59d86d62f Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 15 Dec 2006 14:57:31 +0000 Subject: [PATCH] firm is no c99 [r8471] --- MakeRules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakeRules.in b/MakeRules.in index e01b2c53a..3fcfeef58 100644 --- a/MakeRules.in +++ b/MakeRules.in @@ -15,7 +15,7 @@ VPATH = $(srcdir) LIBFIRM_VERSION = @PACKAGE_VERSION@ CC = @CC@ -CFLAGS := -std=c99 -Wall -Wstrict-prototypes @CFLAGS@ +CFLAGS := -Wall -Wstrict-prototypes @CFLAGS@ CPPFLAGS := -I. -I$(topdir) -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ prefix?=@prefix@ exec_prefix?=@exec_prefix@ -- 2.20.1