]> andersk Git - splint.git/blobdiff - src/Makefile.sys
*** empty log message ***
[splint.git] / src / Makefile.sys
index ff06ca8913928e8986b746065db89d70e5c64b52..91d64dcdc73d4b6923cc72fa32cb9e37c8a67de5 100644 (file)
@@ -46,9 +46,9 @@ LINKFLAGS     = -lfl
 
 
 ifeq ($(CC), gcc)
-  CFLAGS       = $(CPPFLAGS) -Wpointer-arith -Wcast-qual -Wcomment -Wswitch -Wunused -Wreturn-type -ansi -pedantic
+  CFLAGS       = -Wpointer-arith -Wcast-qual -Wcomment -Wswitch -Wunused -Wreturn-type -ansi -pedantic
 else
-  CFLAGS       = $(CPPFLAGS)
+  CFLAGS       = 
 endif
 
 DEBUGFLAGS = -DYYDEBUG=1 -DYYIMPURE=1 # don't change this
This page took 0.035164 seconds and 4 git commands to generate.