aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2014-11-22 12:29:40 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2014-11-22 12:29:40 +0000
commit8113b513833a042688d253ebc8a0d112739d69ac (patch)
treed2f8cb0ca5150ce57ec59ea2c75286ad00e1e2f1 /src/Makefile.in
parent3a42880592166db97707282162b84c97a30cf51f (diff)
downloadusdx-8113b513833a042688d253ebc8a0d112739d69ac.tar.gz
usdx-8113b513833a042688d253ebc8a0d112739d69ac.tar.xz
usdx-8113b513833a042688d253ebc8a0d112739d69ac.zip
-L/usr/lib removed from Makefile. It has been introduced in revision r1877 in the unicode branch for fixing iconv on macosx. Details not clear at the moment. But does not seem to be required on macosx 10.9
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3084 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 6e221af9..2ba4511a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -122,7 +122,7 @@ endif
LIBS ?= @LIBS@
LDFLAGS ?= @LDFLAGS@
-linkflags := -L/usr/lib $(LDFLAGS) $(sort $(LIBS))
+linkflags := $(LDFLAGS) $(sort $(LIBS))
ifneq ($(linkflags),)
PLINKFLAGS := -k"$(linkflags)"
endif