summaryrefslogtreecommitdiff
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 23:17:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 23:17:59 +0200
commit5f15b1c8d4938805342426bb4b878ad2205a048d (patch)
tree5244ec8d6159c7b6944c6f020bb4c795af23240e /toolchain/binutils
parent19cc238f03898253d8016e76476606373f14b44c (diff)
fix variable name
- MASTER_SITES -> PKG_SITES - make libc boolean, makes no sense as package
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index bf6a71bdf..709ed6a71 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -7,5 +7,5 @@ PKG_NAME:= binutils
PKG_VERSION:= 2.19.1
PKG_RELEASE:= 1
PKG_MD5SUM:= 09a8c5821a2dfdbb20665bc0bd680791
-MASTER_SITES:= ${MASTER_SITE_GNU:=binutils/}
+PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2