From: Adam Dickmeiss Date: Wed, 18 Jun 2014 09:00:30 +0000 (+0200) Subject: Slightly more compact rpath spec X-Git-Tag: v0.2~7 X-Git-Url: http://git.indexdata.com/?p=mp-xquery-moved-to-github.git;a=commitdiff_plain;h=1e15a2ab868c4490282c58783143202f40f48ebe Slightly more compact rpath spec --- diff --git a/src/Makefile b/src/Makefile index 55b478e..73bd1c7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -19,7 +19,7 @@ tst: tst.o $(CXX) $^ -o $@ $(ZORBA_LIBS) $(MP_SO): metaproxy_filter_xquery.o - $(CXX) -Wl,-rpath -Wl,$(ZORBA)/lib -shared $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(MP_LIBS) $(ZORBA_LIBS) + $(CXX) -Wl,-rpath,$(ZORBA)/lib -shared $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(MP_LIBS) $(ZORBA_LIBS) install: $(MP_SO) mkdir -p $(DESTDIR)$(libdir)/mp-xquery