diff options
Diffstat (limited to 'gnu/usr.bin/groff/eqn')
| -rw-r--r-- | gnu/usr.bin/groff/eqn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/eqn/Makefile b/gnu/usr.bin/groff/eqn/Makefile index d4add62d9d3..102dab54d49 100644 --- a/gnu/usr.bin/groff/eqn/Makefile +++ b/gnu/usr.bin/groff/eqn/Makefile @@ -9,7 +9,7 @@ SRCS= box.cc delim.cc eqn.y lex.cc limit.cc list.cc \ sqrt.cc text.cc LDADD+= $(.CURDIR)/../libgroff/obj/libgroff.a # 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+= eqn.tab.h |
