From 50228d332820c0f9b39c5e474e766d2ce45d52ab Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 4 Jan 2016 23:23:43 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- mk/lang-c.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/lang-c.mk b/mk/lang-c.mk index 207d078..25d2a7f 100644 --- a/mk/lang-c.mk +++ b/mk/lang-c.mk @@ -218,7 +218,7 @@ aux/%.pic.o: $(v)src/%.c $(foreach H,$(__H),$(v)$(H)) bin/%.so: @$(PRINTF_INFO) '\e[00;01;31mLD\e[34m %s\e[00;32m$A\n' "$@" @$(MKDIR) -p bin - $(Q)$(__LD) -shared -Wl,-soname,$*.so.$(_SO_VERSION_$($*)) -o $@ $^ $(__LD_POST) #$Z + $(Q)$(__LD) -shared -Wl,-soname,$*.so.$(_SO_MAJOR_$($*)) -o $@ $^ $(__LD_POST) #$Z @$(ECHO_EMPTY) # Link object files into a command. -- cgit v1.2.3-70-g09d2