X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=Makefile;h=7906c52fd185a77651dc4dd8debb594b12853aea;hp=7aa6c4f3053584e08880e1c895556cf07bb6edbd;hb=f1347a3a453ce38bf55cd92f5922311235810fd1;hpb=15d143b547c5462c3cd0406f85896861a7be50cd diff --git a/Makefile b/Makefile index 7aa6c4f3..7906c52f 100644 --- 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/%)