From 8113b513833a042688d253ebc8a0d112739d69ac Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 22 Nov 2014 12:29:40 +0000 Subject: -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 --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.in') 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 -- cgit v1.2.3