summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-04-09 13:13:30 +0000
committercgd <cgd@NetBSD.org>1993-04-09 13:13:30 +0000
commit0856d947814af8a0ce64ffd0f3897ee15ec2c094 (patch)
treefe7023cbd6fe9b84c73f635cb2fe752c8474a156 /gnu/lib
parent5f10e8aceaad434ec0d23ab97a08e22331bbf99e (diff)
patch from rodney grimes (patch 118):
added CFLAGS so that include files could be found by mkdep, and so that make depend would invoke the g++ version of cpp.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libg++/libg++/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libg++/libg++/Makefile b/gnu/lib/libg++/libg++/Makefile
index b74a82325b4..2b5ec2f33f6 100644
--- a/gnu/lib/libg++/libg++/Makefile
+++ b/gnu/lib/libg++/libg++/Makefile
@@ -7,6 +7,7 @@
.SUFFIXES:
.SUFFIXES: .out .o .po .s .c .f .y .cc .l .8 .7 .6 .5 .4 .3 .2 .1 .0
+CFLAGS+=-I$(.CURDIR)/../g++-include -+
GXX= g++
GXXFLAGS= -O -felide-constructors
LDXX= /usr/libexec/ld++