From 68cceaeee4a7432970004eb560c56527e19efefe Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 2 Dec 1998 22:53:06 +0000 Subject: [PATCH] It is no longer necessary to run ldconfig in the build: target. It is handled by bsd.lib.mk. --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index ffbb9810aae1..158805b43b08 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 1998/10/18 20:41:39 thorpej Exp $ +# $NetBSD: Makefile,v 1.73 1998/12/02 22:53:06 thorpej Exp $ .include # for configuration variables. @@ -97,11 +97,6 @@ build: beforeinstall .endif (cd ${.CURDIR}/domestic/lib && \ ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install) -.endif -.if !defined(DESTDIR) - if [ -f /sbin/ldconfig ]; then \ - /sbin/ldconfig -m /usr/lib; \ - fi .endif ${MAKE} depend && ${MAKE} && ${MAKE} install @echo -n "Build finished at: "