From b830cbcf6c12cb0fc42bdea3508f424b5910a8ea Mon Sep 17 00:00:00 2001 From: gerald Date: Tue, 19 Jul 2005 15:07:34 +0000 Subject: We no longer install any libraries to $PREFIX/lib, so remove this from LDCONFIG_DIRS. --- lang/gcc48/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/gcc48') diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 5a8407c2094..e7097a09569 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif -- cgit