Makefile: Split CPPFLAGS.
authorDaniel Richard G <skunk@iSKUNK.ORG>
Thu, 2 Aug 2012 17:30:46 +0000 (19:30 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 4 Aug 2012 11:07:27 +0000 (13:07 +0200)
commit2183c68f604735f0c7f736d8ff7639c303a3bdcc
tree34f219ba4680fc8a85ff67e65d6fa9e03c70fe34
parent2b4f4c85be13bb26a230df6669a7138d123c1a7d
Makefile: Split CPPFLAGS.

-W*/-O*/-g options belong in CFLAGS, not CPPFLAGS. CPPFLAGS is for
preprocessor-specific (-D*/-I*) options.
Makefile