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/pic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin/groff/pic') diff --git a/gnu/usr.bin/groff/pic/Makefile b/gnu/usr.bin/groff/pic/Makefile index 0402fd62b36..03624f9dff7 100644 --- a/gnu/usr.bin/groff/pic/Makefile +++ b/gnu/usr.bin/groff/pic/Makefile @@ -8,7 +8,7 @@ SRCS= common.cc main.cc object.cc output.cc \ pic.y key.cc lex.cc tex.cc troff.cc LDADD+= $(.CURDIR)/../libgroff/obj/libgroff.a -lm # Delete the -Ig++-include after we fix libg++ and install it -GXXFLAGS+= -I. -I$(.CURDIR) -I$(.CURDIR)/../libgroff \ +CXXFLAGS+= -I. -I$(.CURDIR) -I$(.CURDIR)/../libgroff \ -I$(.CURDIR)/../../../lib/libg++/g++-include CLEANFILES+= pic.tab.h -- cgit