commit | 6b9035ddc6a84eb81757022f3b12c66e9f3888aa | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Wed Jun 28 23:42:20 2017 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Fri Jun 30 08:56:43 2017 -0400 |
tree | e23e4d5f776d6f020caa1c00397e78c7dd2dcdac | |
parent | 9a0279e9e9ff295daa47a302a4b98990c1eea3fc [diff] |
libsepol/tests: override CPPFLAGS too A build toolchain may override CPPFLAGS on the command line of "make". Doing so currently breaks libsepol/tests compilation, as it requires "-I../include/ -I$(CHECKPOLICY)" to be provided in gcc's arguments. This completes commit 15f274073322 ("Makefiles: override *FLAGS and *LIBS"). Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>