* builds/unix/unix-cc.in (CFLAGS): Add @CPPFLAGS@.

This commit is contained in:
Werner Lemberg 2003-04-24 06:07:20 +00:00
parent 60f52ce6d6
commit 3704aa4525
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-04-24 Werner Lemberg <wl@gnu.org>
* builds/unix/unix-cc.in (CFLAGS): Add @CPPFLAGS@.
2003-04-24 Dieter Baron <dillo@netbsd.org>
* builds/unix/freetype-config.in (cflags): Emit FreeType 2's include

View File

@ -58,7 +58,7 @@ T := -o # Don't remove this comment line! We need the space after `-o'.
# Use the ANSIFLAGS variable to define the compiler flags used to enfore
# ANSI compliance.
#
CFLAGS := -c @XX_CFLAGS@ @CFLAGS@
CFLAGS := -c @XX_CFLAGS@ @CPPFLAGS@ @CFLAGS@
# ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
#