summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-09-16 04:07:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-09-16 04:07:03 +0000
commit91677018e0e46200659c7ed56c789132ec2eee88 (patch)
tree61cddd642c6e8df5e16ce5e93f1820eec8d5e26f /lang
parent- updated urls (diff)
- cleanup LDCONFIG_DIRS
Notes
Notes: svn path=/head/; revision=142880
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc-objc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-objc/Makefile b/lang/gcc-objc/Makefile
index 963e16da5117..e6f8dd6dc2e8 100644
--- a/lang/gcc-objc/Makefile
+++ b/lang/gcc-objc/Makefile
@@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection ${COMMENT2} with threads and shared libs
WANT_SHAREDLIBS= yes
WITHOUT_LIBJAVA= yes
INSTALLS_SHLIB= yes
-LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}
+LDCONFIG_DIRS= ${TARGLIB}
LDFLAGS+= -L${LOCALBASE}/lib
.if !defined(GNUSTEP_WITH_GCC32) && !defined(GNUSTEP_WITH_GCC33) && !defined(GNUSTEP_WITH_GCC34)