summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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})