X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=Makefile;h=ff3d97781ca2e3887edbbee216425bc649342dd9;hp=277aa00a420fa645f782bd9fa81245583cc30a66;hb=a654b0243b450379f94bd08a4e4e4306efbec3c0;hpb=ec05a0b08f0d93341c149a6f3235e4ee5711b2f8 diff --git a/Makefile b/Makefile index 277aa00a..ff3d9778 100644 --- a/Makefile +++ b/Makefile @@ -107,8 +107,8 @@ $(DESTDIR)$(includedir)/%: include/% $(DESTDIR)/lib/ld-musl-$(ARCH).so.1: lib/ld-musl-$(ARCH).so.1 install -D -m 755 $< $@ -$(DESTDIR)$(libdir)/libc.so: $(DESTDIR)/lib/ld-musl-$(ARCH).so.1 - echo 'GROUP ( /lib/ld-musl-$(ARCH).so.1 )' > $@ +$(DESTDIR)$(libdir)/libc.so: lib/ld-musl-$(ARCH).so.1 + ln -sf /lib/ld-musl-$(ARCH).so.1 $@ .PRECIOUS: $(CRT_LIBS:lib/%=crt/%)