From f59d59c0e83b6415d9234268b8221c7f624c0748 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 6 Mar 2009 12:25:45 +0000 Subject: [PATCH] Should output CPPFLAGS even without "cflags" set in project.conf --- src/makefile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/makefile.c b/src/makefile.c index 5ffd94a..2e68354 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -360,6 +360,7 @@ static void _targets_cflags(Configure * configure, FILE * fp) String const * as; String const * asf; + /* FIXME should output CPPFLAGS even without cflags */ cppf = config_get(configure->config, "", "cppflags_force"); cpp = config_get(configure->config, "", "cppflags"); cc = config_get(configure->config, "", "cc");