diff options
author | David O'Brien <obrien@FreeBSD.org> | 2003-12-16 05:45:30 +0000 |
---|---|---|
committer | David O'Brien <obrien@gcc.gnu.org> | 2003-12-16 05:45:30 +0000 |
commit | f5d394a6ea27615d78a499de59dec571a727fe73 (patch) | |
tree | 153e58cf54ff4b4437e689f429404bb11c01c10a /gcc/Makefile.in | |
parent | 84cea62612d63d8ce4b3a2c6c89aa6670fbc5bf5 (diff) | |
download | gcc-f5d394a6ea27615d78a499de59dec571a727fe73.tar.gz |
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
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2122b5412fd..b14af5ac6a1 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 = |