diff options
| author | skrll <skrll@NetBSD.org> | 2009-09-08 07:08:00 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2009-09-08 07:08:00 +0000 |
| commit | 8a770313a30c7048cbda990883a7d35ca45fbe8d (patch) | |
| tree | 365e569529a8fc921c7c5f635c48873f7d260a41 /gnu/lib | |
| parent | 68aba25e22914823783ce6b8b8fe6a470a71aa2a (diff) | |
Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.
Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.
Update the sets lists and add conditionals for lib{bfd,opcodes}.
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 89f0c75cb60..45c2ae49d9a 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2009/08/18 15:11:25 skrll Exp $ +# $NetBSD: Makefile,v 1.44 2009/09/08 07:08:02 skrll Exp $ .include <bsd.own.mk> -.if ${MKBFD} != "no" +.if ${MKBINUTILS} != "no" .if ${HAVE_BINUTILS} == "216" SUBDIR+= libopcodes libbfd libiberty .endif |
