X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile;h=7ac58d486c3ca803f07223c50c68dd0a218d17ba;hb=98be442ee8a2b8b7e0802b604e384d5a2c43282e;hp=aa5aee8f89794e3656abf19fe58a2526eb6dec5f;hpb=4681aae23a283742d17baff6f1a5692fbf9a376f;p=musl diff --git a/Makefile b/Makefile index aa5aee8f..7ac58d48 100644 --- 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 $< $@ || true + $(INSTALL) -D -l $(libdir)/libc.so $@ || true install-libs: $(ALL_LIBS:lib/%=$(DESTDIR)$(libdir)/%) $(if $(SHARED_LIBS),$(DESTDIR)$(LDSO_PATHNAME),)