aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc33/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc33/Makefile')
-rw-r--r--lang/gcc33/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile
index 446ad48b15f5..7efcec434448 100644
--- a/lang/gcc33/Makefile
+++ b/lang/gcc33/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
.endif