From b659db97606229420662547d057d239946303221 Mon Sep 17 00:00:00 2001 From: uwe Date: Thu, 26 Jun 2003 02:49:31 +0000 Subject: [PATCH] When MKPIC is "no" and we force MKLINKLIB to "yes" to provide something for BFD-using programs to link against, also provide an empty libinstall target so that libbfd.a does not get installed. --- gnu/lib/libbfd/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libbfd/Makefile b/gnu/lib/libbfd/Makefile index 0856fd3ea1c1..7dbb13667963 100644 --- a/gnu/lib/libbfd/Makefile +++ b/gnu/lib/libbfd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2003/04/09 22:33:26 thorpej Exp $ +# $NetBSD: Makefile,v 1.34 2003/06/26 02:49:31 uwe Exp $ NOLINKLIB= # defined NOLINT= # defined @@ -8,9 +8,11 @@ NOPROFILE= # defined .include # If the platform does not support shared libraries, we need to supply -# *something* for BFD-using programs to link against. +# *something* for BFD-using programs to link against. Also provide an +# empty libinstall target so that libbfd.a does not get installed. .if ${MKPIC} == "no" MKLINKLIB= yes +libinstall: # do nothing .endif LIB= bfd