Commit 06a60a166ab19000b024dc1f70880278c09d8bc3

Guillem Jover 2010-01-31T14:13:24

build: Use proper user variables during build To compile we need to use CPPFLAGS and CFLAGS, to link CFLAGS and LDFLAGS. Rename MK_CFLAGS to MK_CPPFLAGS as those are only relevant at compilation time. Reported-by: Eric Smith <eric@brouhaha.com>