Do not append CPPFLAGS to CFLAGS

This commit is contained in:
sin
2014-11-17 10:31:29 +00:00
parent 2fd6e769dd
commit e1c044e298
2 changed files with 4 additions and 4 deletions

View File

@@ -9,5 +9,5 @@ MANPREFIX = $(PREFIX)/share/man
#CC = musl-gcc
LD = $(CC)
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE
CFLAGS = -std=c99 -Wall -pedantic $(CPPFLAGS)
CFLAGS = -std=c99 -Wall -pedantic
LDFLAGS = -s