summaryrefslogtreecommitdiff
path: root/devel/binutils
diff options
context:
space:
mode:
authorrillig <rillig>2009-06-13 06:46:41 +0000
committerrillig <rillig>2009-06-13 06:46:41 +0000
commit4260642cfd602495f47f774bef2fdf43d0cf36f6 (patch)
tree6eed7a57d3bef605249cae3ca716a48bbe004af0 /devel/binutils
parente91aa835cda32936918c5ccaf80a739ce52bcaab (diff)
downloadpkgsrc-4260642cfd602495f47f774bef2fdf43d0cf36f6.tar.gz
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
Diffstat (limited to 'devel/binutils')
-rw-r--r--devel/binutils/override-as.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/binutils/override-as.mk b/devel/binutils/override-as.mk
index 2502d8941f1..d73a1718cea 100644
--- a/devel/binutils/override-as.mk
+++ b/devel/binutils/override-as.mk
@@ -1,4 +1,4 @@
-# $NetBSD: override-as.mk,v 1.1 2008/03/24 23:40:37 tnn Exp $
+# $NetBSD: override-as.mk,v 1.2 2009/06/13 06:46:41 rillig Exp $
# This Makefile fragment can be included by packages that wish to
# override the default selection of as(1) and use the one from devel/binutils
@@ -8,7 +8,7 @@ GNU_PREFIX_CMD= ${PKG_INFO} -Q GNU_PROGRAM_PREFIX binutils 2>/dev/null \
|| { cd ${BUILDLINK_PKGSRCDIR.binutils} \
&& ${MAKE} ${MAKEFLAGS} show-var VARNAME=GNU_PROGRAM_PREFIX; }
-PKG_AS= ${PREFIX}/bin/${:!${GNU_PREFIX_CMD}!}as
+PKG_AS= ${PREFIX}/bin/${:!${GNU_PREFIX_CMD}!}as
.include "../../mk/compiler.mk"