blob: 7e1eb7d6bced5b2e4e38fab42f4227a1bb7fb475 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/Makefile
2+++ b/Makefile
3@@ -217,7 +217,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