summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/src/preproc/html
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2012-08-10 12:12:18 +0000
committerjoerg <joerg@NetBSD.org>2012-08-10 12:12:18 +0000
commitd8db460c8ba24772ebc0283260a31bfc3e78d2cd (patch)
tree7a7592276961c6a890133fe1b569f6d1ff077a7e /gnu/usr.bin/groff/src/preproc/html
parentb9fb049c8f708eb3c5e6377c28eb5358dd097fa2 (diff)
Don't link explicitly against libsupc++, just use the normal C++
linkage.
Diffstat (limited to 'gnu/usr.bin/groff/src/preproc/html')
-rw-r--r--gnu/usr.bin/groff/src/preproc/html/Makefile4
1 files changed, 2 insertions, 2 deletions
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