diff options
author | rillig <rillig@pkgsrc.org> | 2009-06-13 06:46:41 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-06-13 06:46:41 +0000 |
commit | b52a0a9b9545539eb23fccdbc91473026310e836 (patch) | |
tree | 6eed7a57d3bef605249cae3ca716a48bbe004af0 /devel/binutils | |
parent | 220b66939b43b17a20168b4da9eeb0918041d822 (diff) | |
download | pkgsrc-b52a0a9b9545539eb23fccdbc91473026310e836.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.mk | 4 |
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" |