From d8db460c8ba24772ebc0283260a31bfc3e78d2cd Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 10 Aug 2012 12:12:18 +0000 Subject: Don't link explicitly against libsupc++, just use the normal C++ linkage. --- gnu/usr.bin/groff/src/preproc/html/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin/groff/src/preproc/html') diff --git a/gnu/usr.bin/groff/src/preproc/html/Makefile b/gnu/usr.bin/groff/src/preproc/html/Makefile index 2e15caa2292..be76c782674 100644 --- a/gnu/usr.bin/groff/src/preproc/html/Makefile +++ b/gnu/usr.bin/groff/src/preproc/html/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2010/12/16 22:54:20 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2012/08/10 12:12:20 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/preproc/html/Makefile,v 1.5 2003/05/01 13:22:20 ru Exp $ DIST_SUBDIR= src/preproc/html -PROG= pre-grohtml +PROG_CXX= pre-grohtml SRCS= pre-html.cpp pushback.cpp NOMAN= YES -- cgit