Commit 3704aa4525cddf6132e3dab55b6653958e2c239a

Werner Lemberg 2003-04-24T06:07:20

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

diff --git a/ChangeLog b/ChangeLog
index c9143e7..72016f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/builds/unix/unix-cc.in b/builds/unix/unix-cc.in
index 9de770d..90a83ba 100644
--- a/builds/unix/unix-cc.in
+++ b/builds/unix/unix-cc.in
@@ -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.
 #