]> git.tuebingen.mpg.de Git - paraslash.git/commit
build: Separate CPPFLAGS and CFLAGS.
authorAndre Noll <maan@systemlinux.org>
Sat, 19 Apr 2014 23:38:04 +0000 (23:38 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Oct 2014 12:15:54 +0000 (13:15 +0100)
commit48feadc148bd5b7e08fda31e7a3e69c19121b4f9
treeaba4aa0bc1958d383276deca8298c0a7296022cc
parent46643240d1da0627cac9275117b9df6900958f39
build: Separate CPPFLAGS and CFLAGS.

The CPPFLAGS variable should consist of preprocessor options only and
should not contain any compiler options. Clearly this is not the case
at the moment.

This commit cleans up the mess and separates the per target CFLAGS
settings from the CPPFLAGS settings.
Makefile.real