diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-13 18:47:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-13 18:47:49 +0000 |
commit | 8a2112d4fdf8f7d5136ad6e24671d4bf31432732 (patch) | |
tree | 5b460182e6b46194f62d9b5bade955e5ac625264 /devel/binutils | |
parent | dbb7938097d5f93897ab171e9a1d910e53fdd72a (diff) | |
download | pkgsrc-8a2112d4fdf8f7d5136ad6e24671d4bf31432732.tar.gz |
Remove unnecessary one-off variable NO_GPROF.
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 8 |
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. # |