]> git.ipfire.org Git - thirdparty/mdadm.git/commit
fix handling of CPPFLAGS
authorMike Frysinger <vapier@gentoo.org>
Sun, 12 Aug 2012 19:24:15 +0000 (15:24 -0400)
committerNeilBrown <neilb@suse.de>
Sun, 12 Aug 2012 22:07:49 +0000 (08:07 +1000)
commitbb624f78b9203416d2d35bb69148d7dce2bcf55a
tree5ed090e7cf400ac291f8eceb715e7fb54887f806
parent7ec0996cf65bbaffc4fa72560c12f118318d6367
fix handling of CPPFLAGS

The current Makefile ends up ignoring the system CPPFLAGS settings,
so make sure we append the variable.  Also, the old metadata logic
has a typo with the flag name.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: NeilBrown <neilb@suse.de>
Makefile