]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Use proper user variables during build
authorGuillem Jover <guillem@hadrons.org>
Sun, 31 Jan 2010 13:13:24 +0000 (14:13 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sun, 31 Jan 2010 13:13:24 +0000 (14:13 +0100)
commit06a60a166ab19000b024dc1f70880278c09d8bc3
tree701c7f8748f52f364331f004d280182033d86799
parent51863b6cf92883b6f2d58aa764b107e15d834b6f
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>
Makefile