diff options
| author | tv <tv@NetBSD.org> | 2001-08-07 03:28:07 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-08-07 03:28:07 +0000 |
| commit | b15841eee901840a658bf2737bc6e1a071e2ebee (patch) | |
| tree | c41d0ee25ec33b6783532e48d519348142c9b1fd /gnu/lib | |
| parent | 59942d00fdeb08483735655ff731ba2170c8574b (diff) | |
Add MKPIC=no explicitly for old-toolchain build structure, to avoid shlib
version mismatch with new toolchain.
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libbfd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/libbfd/Makefile b/gnu/lib/libbfd/Makefile index 6a7f9a19b6b..fedb69ec242 100644 --- a/gnu/lib/libbfd/Makefile +++ b/gnu/lib/libbfd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/08/06 15:47:17 tv Exp $ +# $NetBSD: Makefile,v 1.21 2001/08/07 03:28:07 tv Exp $ LIB= bfd @@ -39,6 +39,8 @@ targets.o targets.so: targmatch.h Makefile # # XXX - BEGIN - Old toolchain build goop - delete when everything migrated - XXX # +MKPIC= no # XXX shlib version mismatch + .if ${MKPIC} != "no" MKLINKLIB= no .endif |
