From 2f1e4ea6d5c9d88f4fb30f490354de427d5e3ffe Mon Sep 17 00:00:00 2001 From: deraadt Date: Sun, 9 Apr 2000 07:48:14 +0000 Subject: [PATCH] using just ldconfig is a bad idea, use -R --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52678bbae37..d7fbc4e631f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2000/03/10 22:05:49 niklas Exp $ +# $OpenBSD: Makefile,v 1.55 2000/04/09 07:48:14 deraadt Exp $ # # For more information on building in tricky environments, please see @@ -93,7 +93,7 @@ build: ${MAKE} -f Makefile.bsd-wrapper perl.lib && \ ${SUDO} ${MAKE} -f Makefile.bsd-wrapper install.lib) .if (${MACHINE_ARCH} == "mips") - ldconfig + ldconfig -R .endif ${MAKE} depend && ${MAKE} && ${SUDO} ${MAKE} install -- 2.20.1