From 2caee481cfd43ef810ff70dee126dfd6c4d059c0 Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 17 Jun 1993 03:52:28 +0000 Subject: Use CXX and CXXFLAGS. --- gnu/usr.bin/groff/libdriver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/groff/libdriver') diff --git a/gnu/usr.bin/groff/libdriver/Makefile b/gnu/usr.bin/groff/libdriver/Makefile index b7d400d1853..ffd62bf4615 100644 --- a/gnu/usr.bin/groff/libdriver/Makefile +++ b/gnu/usr.bin/groff/libdriver/Makefile @@ -4,7 +4,7 @@ LIB= driver SRCS= input.cc printer.cc -GXXFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../libgroff \ +CXXFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../libgroff \ -I$(.CURDIR)/../../../lib/libg++/g++-include NOMAN= noman NOPROFILE= noprofile -- cgit