summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-03-30 20:34:25 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-03-30 20:34:25 +0000
commitc7cf70f5faea4b6f43ddd0bbee4ee0a4a425f65a (patch)
tree41651187dbcf5f7b120afe92045dd0495f15ef0b /gnu
parentf6566eaf280d882e0f25a4be4b69d2b4d91a83bb (diff)
Don't create a c++filt.1->gcc.1 manpage link at install time, the c++filt
manpage comes from binutils.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile
index 762e51a4885..33ad7138259 100644
--- a/gnu/usr.bin/cc/cc/Makefile
+++ b/gnu/usr.bin/cc/cc/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD: src/gnu/usr.bin/cc/cc/Makefile,v 1.33.8.1 2009/04/15 03:14:26 kensmith Exp $
-# $OpenBSD: Makefile,v 1.3 2012/10/13 14:20:26 espie Exp $
+# $OpenBSD: Makefile,v 1.4 2013/03/30 20:34:24 miod Exp $
.include <bsd.own.mk>
@@ -13,7 +13,7 @@ SRCS+= gccspec.c
SPECDIR= /usr/lib/gcc-lib/${GCC_TARGET}/${BASEVER}
LINKS= ${BINDIR}/cc ${BINDIR}/gcc
-MLINKS= gcc.1 cc.1 gcc.1 c++.1 gcc.1 g++.1 gcc.1 c++filt.1
+MLINKS= gcc.1 cc.1 gcc.1 c++.1 gcc.1 g++.1
beforeinstall:
.if !exists(${DESTDIR}${SPECDIR})