From 8a2112d4fdf8f7d5136ad6e24671d4bf31432732 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 13 Aug 2004 18:47:49 +0000 Subject: Remove unnecessary one-off variable NO_GPROF. --- devel/binutils/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'devel/binutils') diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 0ccd3d79374..8f48be7a54a 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/08/07 19:06:59 jschauma Exp $ +# $NetBSD: Makefile,v 1.23 2004/08/13 18:47:49 jlam Exp $ DISTNAME= binutils-2.15 PKGNAME= binutils-2.15.0.0 @@ -32,14 +32,12 @@ INFO_FILES= as.info bfd.info binutils.info ld.info # .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "IRIX" -NO_GPROF= "@comment " +PLIST_SUBST+= NO_GPROF="@comment " .else -NO_GPROF= "" +PLIST_SUBST+= NO_GPROF="" INFO_FILES+= gprof.info .endif -PLIST_SUBST+= NO_GPROF=${NO_GPROF} - # Prevent the need to run texi2pod.pl and pod2man hence # the need for perl as build dependency. # -- cgit v1.2.3