diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-06-17 03:52:28 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-06-17 03:52:28 +0000 |
| commit | 2caee481cfd43ef810ff70dee126dfd6c4d059c0 (patch) | |
| tree | c6f22fcb3a9b2614dbf42c5883bd288d0847655a /gnu/usr.bin/groff/libgroff | |
| parent | 30b696c98110303865395209c979609039e305ce (diff) | |
Use CXX and CXXFLAGS.
Diffstat (limited to 'gnu/usr.bin/groff/libgroff')
| -rw-r--r-- | gnu/usr.bin/groff/libgroff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/libgroff/Makefile b/gnu/usr.bin/groff/libgroff/Makefile index 0576ccec653..17b6c9d2005 100644 --- a/gnu/usr.bin/groff/libgroff/Makefile +++ b/gnu/usr.bin/groff/libgroff/Makefile @@ -9,7 +9,7 @@ SRCS= assert.cc change_lf.cc cmap.cc cset.cc errarg.cc \ iftoa.cc itoa.cc lf.cc lineno.cc nametoindex.cc \ new.cc progname.cc ptable.cc string.cc strsave.cc \ version.cc -GXXFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../../../lib/libg++/g++-include \ +CXXFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../../../lib/libg++/g++-include \ -DFONTPATH=\"$(FONTDIR)\" NOMAN= noman NOPROFILE= noprofile |
