diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-13 21:05:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-13 21:05:14 +0200 |
commit | 11433bc229268fda3f8ea286938fe6f93b399a54 (patch) | |
tree | c5637107b3bf3410c1f389ab1d73ef9910c3f71d | |
parent | m (diff) | |
download | libhaiku-11433bc229268fda3f8ea286938fe6f93b399a54.tar.gz libhaiku-11433bc229268fda3f8ea286938fe6f93b399a54.tar.bz2 libhaiku-11433bc229268fda3f8ea286938fe6f93b399a54.tar.xz |
fix build1.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | mk/lang-c.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/lang-c.mk b/mk/lang-c.mk index 25d2a7f..e96c0b3 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_MAJOR_$($*)) -o $@ $^ $(__LD_POST) #$Z + $(Q)$(__LD) -shared -Wl,-soname,$*.so.$(_SO_MAJOR_$*) -o $@ $^ $(__LD_POST) #$Z @$(ECHO_EMPTY) # Link object files into a command. |