summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/cpp
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1998-12-09 14:44:03 +0000
committerchristos <christos@NetBSD.org>1998-12-09 14:44:03 +0000
commitff2bf3becc3116d56e7822449744991d203287b5 (patch)
tree949ab9494d127ec7bf9b42710725a09aa09d86a0 /gnu/usr.bin/gcc/cpp
parentb51649e6091783e43cd44143b48c5da3f26e69f4 (diff)
Add -DLINTCOMMENT
Diffstat (limited to 'gnu/usr.bin/gcc/cpp')
-rw-r--r--gnu/usr.bin/gcc/cpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile
index 96bc2ed6f7e..0d5c353a5cc 100644
--- a/gnu/usr.bin/gcc/cpp/Makefile
+++ b/gnu/usr.bin/gcc/cpp/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 6.4 (Berkeley) 2/21/91
-# $NetBSD: Makefile,v 1.10 1998/07/28 18:53:41 thorpej Exp $
+# $NetBSD: Makefile,v 1.11 1998/12/09 14:44:03 christos Exp $
.if (${MACHINE_ARCH} != "alpha") && \
(${MACHINE_ARCH} != "powerpc")
@@ -13,6 +13,7 @@ CPPFLAGS+=-I. -I$(.CURDIR) -I$(.CURDIR)/../common -I$(.CURDIR)/../arch \
-DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/g++\"
LDADD+= -lgnumalloc
DPADD+= ${LIBGNUMALLOC}
+CPPFLAGS+=-DLINTCOMMENT
.PATH: $(.CURDIR)/../common
.endif