X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeRules.in;h=c3a95c857340602e118812d94700a2cdee245019;hb=4dfff46759b92df86ea6074c5979229f8f7df3a8;hp=e01b2c53a03adecff233ab5ca97bf8b9629f2232;hpb=97330b0b6bcf612a012de75607dee72bd2897617;p=libfirm diff --git a/MakeRules.in b/MakeRules.in index e01b2c53a..c3a95c857 100644 --- a/MakeRules.in +++ b/MakeRules.in @@ -15,8 +15,8 @@ VPATH = $(srcdir) LIBFIRM_VERSION = @PACKAGE_VERSION@ CC = @CC@ -CFLAGS := -std=c99 -Wall -Wstrict-prototypes @CFLAGS@ -CPPFLAGS := -I. -I$(topdir) -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ +CFLAGS := -Wall -Wstrict-prototypes @CFLAGS@ +CPPFLAGS := -I. -I$(topdir) -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ @LIBCORE_CFLAGS@ prefix?=@prefix@ exec_prefix?=@exec_prefix@ includedir?=@includedir@