X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeRules.in;h=c3a95c857340602e118812d94700a2cdee245019;hb=a1e2b86496a7cdf017f6d5a1d9dd49b54a545b60;hp=b49c92d1bf604377b1b3eceb878c4fb51336622f;hpb=95730664ee5ec63be34b1142222b6704300666f5;p=libfirm diff --git a/MakeRules.in b/MakeRules.in index b49c92d1b..c3a95c857 100644 --- a/MakeRules.in +++ b/MakeRules.in @@ -15,8 +15,8 @@ VPATH = $(srcdir) LIBFIRM_VERSION = @PACKAGE_VERSION@ CC = @CC@ -CFLAGS := -std=c99 -pedantic-errors -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@