OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --- a/Makefile
2 +++ b/Makefile
3 office 3 @@ -217,7 +217,7 @@ $(DESTDIR)$(includedir)/%: $(srcdir)/inc
1 office 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