From: deraadt Date: Sun, 9 Apr 2000 07:48:14 +0000 (+0000) Subject: using just ldconfig is a bad idea, use -R X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2f1e4ea6d5c9d88f4fb30f490354de427d5e3ffe;p=openbsd using just ldconfig is a bad idea, use -R --- 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