diff options
| author | lukem <lukem@NetBSD.org> | 2002-08-19 15:01:34 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2002-08-19 15:01:34 +0000 |
| commit | 16683a00dfdb7f3703866acd13aebffce5e0f682 (patch) | |
| tree | c3af4759eca16310aab912914868824ba82d9007 /gnu/lib/libbfd | |
| parent | ec5dbc56b81da654240ffe4a61bce307e4930e88 (diff) | |
Explicitly move setting of NOxxx (et al) to the top of the Makefile
(before including <bsd.own.mk>)
Diffstat (limited to 'gnu/lib/libbfd')
| -rw-r--r-- | gnu/lib/libbfd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/libbfd/Makefile b/gnu/lib/libbfd/Makefile index 0608d414320..55343ebe1bb 100644 --- a/gnu/lib/libbfd/Makefile +++ b/gnu/lib/libbfd/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/08/19 09:46:39 lukem Exp $ - -LIB= bfd +# $NetBSD: Makefile,v 1.30 2002/08/19 15:01:34 lukem Exp $ NOLINKLIB= # defined NOLINT= # defined @@ -9,6 +7,8 @@ NOPROFILE= # defined .include <bsd.own.mk> +LIB= bfd + .if defined(USE_NEW_TOOLCHAIN) .if exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk) |
