diff options
| author | joerg <joerg@NetBSD.org> | 2012-08-10 12:12:18 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2012-08-10 12:12:18 +0000 |
| commit | d8db460c8ba24772ebc0283260a31bfc3e78d2cd (patch) | |
| tree | 7a7592276961c6a890133fe1b569f6d1ff077a7e /gnu/usr.bin/groff/src/devices/grohtml | |
| parent | b9fb049c8f708eb3c5e6377c28eb5358dd097fa2 (diff) | |
Don't link explicitly against libsupc++, just use the normal C++
linkage.
Diffstat (limited to 'gnu/usr.bin/groff/src/devices/grohtml')
| -rw-r--r-- | gnu/usr.bin/groff/src/devices/grohtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/src/devices/grohtml/Makefile b/gnu/usr.bin/groff/src/devices/grohtml/Makefile index 873622686a6..887a2f8b006 100644 --- a/gnu/usr.bin/groff/src/devices/grohtml/Makefile +++ b/gnu/usr.bin/groff/src/devices/grohtml/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2011/05/26 12:56:29 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2012/08/10 12:12:19 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grohtml/Makefile,v 1.5 2003/05/01 13:22:18 ru Exp $ DIST_SUBDIR= src/devices/grohtml -PROG= post-grohtml +PROG_CXX= post-grohtml MAN= grohtml.1 SRCS= post-html.cpp html-table.cpp html-text.cpp output.cpp CLEANFILES= ${MAN} |
