OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/Makefile |
2 | +++ b/Makefile |
||
3 | @@ -215,7 +215,7 @@ $(DESTDIR)$(includedir)/%: $(srcdir)/inc |
||
4 | $(INSTALL) -D -m 644 $< $@ |
||
5 | |||
6 | $(DESTDIR)$(LDSO_PATHNAME): $(DESTDIR)$(libdir)/libc.so |
||
7 | - $(INSTALL) -D -l $(libdir)/libc.so $@ || true |
||
8 | + $(INSTALL) -D -l libc.so $@ || true |
||
9 | |||
10 | install-libs: $(ALL_LIBS:lib/%=$(DESTDIR)$(libdir)/%) $(if $(SHARED_LIBS),$(DESTDIR)$(LDSO_PATHNAME),) |
||
11 |