X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=MakeRules.in;h=c3a95c857340602e118812d94700a2cdee245019;hb=963b305a192fbff27ef32fd96e25be74a863857c;hp=0e792e84856117187d5bf4643d8fd2551573f80d;hpb=4ee068a0c45f583892cc29ed79196d58dd474fa7;p=libfirm diff --git a/MakeRules.in b/MakeRules.in index 0e792e848..c3a95c857 100644 --- a/MakeRules.in +++ b/MakeRules.in @@ -2,7 +2,7 @@ # Project: libFIRM # File name: MakeRules.in # Purpose: -# Author: Till Riedel +# Author: nicht Till Riedel, das waren andere! # Modified by: # Created: # CVS-ID: $Id$ @@ -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@