X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=MakeRules.in;h=e01b2c53a03adecff233ab5ca97bf8b9629f2232;hb=933f932b16e603329f2f4e0742f7dea617348243;hp=0e792e84856117187d5bf4643d8fd2551573f80d;hpb=4ee068a0c45f583892cc29ed79196d58dd474fa7;p=libfirm diff --git a/MakeRules.in b/MakeRules.in index 0e792e848..e01b2c53a 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,7 +15,7 @@ VPATH = $(srcdir) LIBFIRM_VERSION = @PACKAGE_VERSION@ CC = @CC@ -CFLAGS := -std=c99 -pedantic-errors -Wall -Wstrict-prototypes @CFLAGS@ +CFLAGS := -std=c99 -Wall -Wstrict-prototypes @CFLAGS@ CPPFLAGS := -I. -I$(topdir) -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ prefix?=@prefix@ exec_prefix?=@exec_prefix@