From 144f889e3570161d6371c213363f273dfbfacf54 Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 16 Feb 2003 14:26:07 +0000 Subject: [PATCH] heh, ldconfig matches dir names. --- 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 b7b1ad0d4ad..59d02d8e2be 100644 --- a/lang/egcs/stable/Makefile +++ b/lang/egcs/stable/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.72 2003/02/15 14:38:27 espie Exp $ +# $OpenBSD: Makefile,v 1.73 2003/02/16 14:26:07 espie Exp $ ONLY_FOR_ARCHS= alpha i386 m68k sparc sparc64 powerpc @@ -285,7 +285,7 @@ post-build: post-install: - -ldconfig -U ${PREFIX}/lib ${PREFIX}/lib/fpic ${PREFIX}/lib/nof + -ldconfig -U ${PREFIX}/lib ${PREFIX}/lib/. ${PREFIX}/lib/fpic ${PREFIX}/lib/nof # Tests still need to be performed at the end of install, I don't know why.