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:
d3fc724
)
don't fail on inability to install dynamic linker (e.g. if not root)
author
Rich Felker
<dalias@aerifal.cx>
Sat, 17 Mar 2012 04:48:55 +0000
(
00:48
-0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 17 Mar 2012 04:48:55 +0000
(
00:48
-0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7aa6c4f3053584e08880e1c895556cf07bb6edbd..7906c52fd185a77651dc4dd8debb594b12853aea 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-110,7
+110,7
@@
$(DESTDIR)$(includedir)/%: include/%
install -D -m 644 $< $@
$(DESTDIR)$(LDSO_PATHNAME): lib/libc.so
- install -d -m 755 $(DESTDIR)$(syslibdir)
+ install -d -m 755 $(DESTDIR)$(syslibdir)
|| true
ln -sf $(libdir)/libc.so $@ || true
.PRECIOUS: $(CRT_LIBS:lib/%=crt/%)