From 16962b6b7423bfe55b274da7c01db681b1734a8d Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer 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/gcc34/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/gcc34') diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index be77119efe91..e1579fa581a1 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -62,7 +62,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 .if ${OSVERSION} < 500000 && ${ARCH} == alpha -- cgit v1.2.3