summaryrefslogtreecommitdiff
path: root/devel/binutils
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-13 18:47:49 +0000
committerjlam <jlam>2004-08-13 18:47:49 +0000
commit3ce255067eb8f240621cb8cd25fef302243200ad (patch)
tree5b460182e6b46194f62d9b5bade955e5ac625264 /devel/binutils
parentc3ff439bc53b8aef3503cc8b7c1c688c63869def (diff)
downloadpkgsrc-3ce255067eb8f240621cb8cd25fef302243200ad.tar.gz
Remove unnecessary one-off variable NO_GPROF.
Diffstat (limited to 'devel/binutils')
-rw-r--r--devel/binutils/Makefile8
1 files changed, 3 insertions, 5 deletions
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.
#