]> git.ipfire.org Git - thirdparty/krb5.git/commit
Move CFLAGS and CPPFLAGS after local includes
authorSarah Day <sarahday@mit.edu>
Wed, 27 Jul 2016 16:44:49 +0000 (12:44 -0400)
committerTom Yu <tlyu@mit.edu>
Wed, 27 Jul 2016 19:44:08 +0000 (15:44 -0400)
commit5392327b479fd1b964fd72b3b3a0b5b3e04df3a6
treef69fcf20425591af7adcae275986343a8d9f3624
parentcab7f315ef45875910adea5da554a994cab2aafe
Move CFLAGS and CPPFLAGS after local includes

The gss-kernel-lib Makefile overrides ALL_CFLAGS.  It was setting
the CFLAGS and CPPFLAGS to occur before local includes, which
causes some compilers to include system header files before the
local header files.  Moving the CPPFLAGS and CFLAGS to the end of
ALL_CFLAGS corrects this behavior.
src/util/gss-kernel-lib/Makefile.in