Makefile.in (CPPFLAGS): Initialize from configure.

2003-12-15  David O'Brien  <obrien@FreeBSD.org>
	* Makefile.in (CPPFLAGS): Initialize from configure.

Approved by:  Message-ID: <87oeuarqr4.fsf@egil.codesourcery.com>

From-SVN: r74669
This commit is contained in:
David O'Brien 2003-12-16 05:45:30 +00:00 committed by David O'Brien
parent 84cea62612
commit f5d394a6ea
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-12-15 David O'Brien <obrien@FreeBSD.org>
* Makefile.in (CPPFLAGS): Initialize from configure.
2003-12-15 Roger Sayle <roger@eyesopen.com>
PR middle-end/13400

View File

@ -194,6 +194,8 @@ SYSCALLS.c.X-warn = -Wno-strict-prototypes -Wno-error
# $(GCC_WARN_CFLAGS), or nothing.
WARN_CFLAGS = @warn_cflags@
CPPFLAGS = @CPPFLAGS@
# These exists to be overridden by the x-* and t-* files, respectively.
X_CFLAGS =
T_CFLAGS =