From 57f15f507adbd03fa9e673a22f58a517c93a8c7e Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 20 Mar 2011 11:49:48 +0100 Subject: [PATCH] gcc44: Switch the rest of the MLINKS over to gcc44. --- gnu/usr.bin/cc41/cpp/Makefile | 3 --- gnu/usr.bin/cc41/gcov/Makefile | 3 --- gnu/usr.bin/cc44/cpp/Makefile | 3 ++- gnu/usr.bin/cc44/gcov/Makefile | 3 ++- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/gnu/usr.bin/cc41/cpp/Makefile b/gnu/usr.bin/cc41/cpp/Makefile index 73c7a68b9a..b775089bd2 100644 --- a/gnu/usr.bin/cc41/cpp/Makefile +++ b/gnu/usr.bin/cc41/cpp/Makefile @@ -1,12 +1,9 @@ -# $DragonFly: src/gnu/usr.bin/cc41/cpp/Makefile,v 1.1 2006/09/27 12:10:35 corecode Exp $ - .include "../Makefile.inc" .include "../cc_tools/Makefile.tools" .include "../Makefile.langs" PROG= cpp MAN= cpp41.1 -MLINKS= cpp41.1 cpp.1 SRCS= gcc.c cppspec.c intl.c prefix.c version.c diff --git a/gnu/usr.bin/cc41/gcov/Makefile b/gnu/usr.bin/cc41/gcov/Makefile index db3ea1f13e..bec15676fa 100644 --- a/gnu/usr.bin/cc41/gcov/Makefile +++ b/gnu/usr.bin/cc41/gcov/Makefile @@ -1,12 +1,9 @@ -# $DragonFly: src/gnu/usr.bin/cc41/gcov/Makefile,v 1.1 2006/09/27 12:10:35 corecode Exp $ - .include "../Makefile.inc" .include "../cc_tools/Makefile.tools" .include "../Makefile.langs" PROG= gcov MAN= gcov41.1 -MLINKS= gcov41.1 gcov.1 SRCS= gcov.c intl.c errors.c version.c diff --git a/gnu/usr.bin/cc44/cpp/Makefile b/gnu/usr.bin/cc44/cpp/Makefile index 0755e66ad4..fbe2f10a88 100644 --- a/gnu/usr.bin/cc44/cpp/Makefile +++ b/gnu/usr.bin/cc44/cpp/Makefile @@ -3,9 +3,10 @@ PROG= cpp MAN= cpp${GCCSHORTVER}.1 +MLINKS= cpp${GCCSHORTVER}.1 cpp.1 .if ${GCCSHORTVER} != ${GCCDOCSUFFIX} -MLINKS= cpp${GCCSHORTVER}.1 cpp${GCCDOCSUFFIX}.1 +MLINKS+=cpp${GCCSHORTVER}.1 cpp${GCCDOCSUFFIX}.1 .endif SRCS= ${GCC_SRCS} cppspec.c intl.c prefix.c version.c diff --git a/gnu/usr.bin/cc44/gcov/Makefile b/gnu/usr.bin/cc44/gcov/Makefile index b3dfb26a5e..1cbd18c03a 100644 --- a/gnu/usr.bin/cc44/gcov/Makefile +++ b/gnu/usr.bin/cc44/gcov/Makefile @@ -3,9 +3,10 @@ PROG= gcov MAN= gcov${GCCSHORTVER}.1 +MLINKS= gcov${GCCSHORTVER}.1 gcov.1 .if ${GCCDOCSUFFIX} != ${GCCSHORTVER} -MLINKS= gcov${GCCSHORTVER}.1 gcov${GCCDOCSUFFIX}.1 +MLINKS+=gcov${GCCSHORTVER}.1 gcov${GCCDOCSUFFIX}.1 .endif SRCS= gcov.c intl.c errors.c version.c -- 2.41.0