On Wed, Nov 25, 2015 at 1:03 AM,  <g...@suckless.org> wrote:
>     Remove CPPFLAGS from Makefiles
>
>     CPPFLAGS is not POSIX, so it is better to define
>     everything in CFLAGS and become more portable.

Glanced at the makefiles after the mention of POSIX here. Note the
.POSIX target is required to be the first non comment line in the
makefile.

http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html#tag_20_76_13_04

-emg

Reply via email to