From 49dd8cbac127705d36b0a29dc55881b0eed6c2b3 Mon Sep 17 00:00:00 2001 From: eeh Date: Sat, 8 Jul 2000 19:18:19 +0000 Subject: [PATCH] solib.o is required for linking even on MKPIC="no". --- gnu/usr.bin/gdb/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/usr.bin/gdb/Makefile b/gnu/usr.bin/gdb/Makefile index 045022bcc03c..b72c0e25eba9 100644 --- a/gnu/usr.bin/gdb/Makefile +++ b/gnu/usr.bin/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2000/04/14 17:58:40 nathanw Exp $ +# $NetBSD: Makefile,v 1.40 2000/07/08 19:18:19 eeh Exp $ # for OBJECT_FMT .include @@ -56,9 +56,7 @@ NATDEPFILES= infptrace.c inftarg.c fork-child.c corelow.c \ && (${MACHINE_ARCH} != "sh3") NATDEPFILES+= kcore-nbsd.c .endif -.if ${MKPIC} != "no" NATDEPFILES+= solib.c -.endif NATDEPFILES.alpha= alphanbsd-nat.c TDEPFILES.alpha= alpha-tdep.c