diff options
| author | christos <christos@NetBSD.org> | 1999-01-18 21:14:50 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1999-01-18 21:14:50 +0000 |
| commit | f2cded7b7902dcbb9279cd92e2ee5ddb83700f77 (patch) | |
| tree | 770b2b97480ea740a95c1e9ef46e8dce87a8e927 /gnu/usr.bin/egcs/cpp | |
| parent | 175f482885f6bb6704fc196a0265511b6b2153f6 (diff) | |
Enable -DLINTCOMMENT
Diffstat (limited to 'gnu/usr.bin/egcs/cpp')
| -rw-r--r-- | gnu/usr.bin/egcs/cpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/egcs/cpp/Makefile b/gnu/usr.bin/egcs/cpp/Makefile index 11781cc6e9f..b2f916cbbee 100644 --- a/gnu/usr.bin/egcs/cpp/Makefile +++ b/gnu/usr.bin/egcs/cpp/Makefile @@ -1,5 +1,5 @@ # from: @{#}Makefile 6.4 (Berkeley) 2/21/91 -# $NetBSD: Makefile,v 1.9 1998/10/14 16:55:52 tv Exp $ +# $NetBSD: Makefile,v 1.10 1999/01/18 21:14:50 christos Exp $ HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo @@ -7,7 +7,7 @@ PROG= cpp BINDIR= /usr/libexec SRCS= cccp.c cexp.y obstack.c prefix.c version.c CPPFLAGS+= -DGCC_INCLUDE_DIR=\"\" \ - -DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/g++\" + -DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/g++\" -DLINTCOMMENT .if empty(HAVE_GCC28) CWARNFLAGS+= -Wno-error .endif |
