projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6b0170
)
re-add logic for ignoring failure of ld.so symlink installation
author
Rich Felker
<dalias@aerifal.cx>
Mon, 19 Aug 2013 00:20:08 +0000
(20:20 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 19 Aug 2013 00:20:08 +0000
(20:20 -0400)
this was inadvertently removed when switching to the new install.sh.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 829b5f9324a8578df713cb9a61255c49bfad69e1..aa5aee8f89794e3656abf19fe58a2526eb6dec5f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-157,7
+157,7
@@
$(DESTDIR)$(includedir)/%: include/%
$(INSTALL) -D -m 644 $< $@
$(DESTDIR)$(LDSO_PATHNAME): $(DESTDIR)$(libdir)/libc.so
- $(INSTALL) -D -l $< $@
+ $(INSTALL) -D -l $< $@
|| true
install-libs: $(ALL_LIBS:lib/%=$(DESTDIR)$(libdir)/%) $(if $(SHARED_LIBS),$(DESTDIR)$(LDSO_PATHNAME),)