From b0f39f243de5bd2e3b2ee13b541644bb2bfd7348 Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 28 Sep 2002 19:19:51 +0000 Subject: [PATCH] remove another dir from the linker cache durring post-install --- lang/egcs/stable/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/egcs/stable/Makefile b/lang/egcs/stable/Makefile index 02091e54d0b..dff3db60328 100644 --- a/lang/egcs/stable/Makefile +++ b/lang/egcs/stable/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.66 2002/09/25 19:44:32 lebel Exp $ +# $OpenBSD: Makefile,v 1.67 2002/09/28 19:19:51 brad Exp $ ONLY_FOR_ARCHS= alpha i386 m68k sparc sparc64 powerpc @@ -282,7 +282,7 @@ post-build: post-install: - -ldconfig -U ${PREFIX}/lib ${PREFIX}/lib/fpic + -ldconfig -U ${PREFIX}/lib ${PREFIX}/lib/fpic ${PREFIX}/lib/nof # Tests still need to be performed at the end of install, I don't know why.