You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
369 B
12 lines
369 B
10 years ago
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -180,7 +180,7 @@ $(DESTDIR)$(includedir)/%: include/%
|
||
|
$(INSTALL) -D -m 644 $< $@
|
||
|
|
||
|
$(DESTDIR)$(LDSO_PATHNAME): $(DESTDIR)$(libdir)/libc.so
|
||
|
- $(INSTALL) -D -l $(libdir)/libc.so $@ || true
|
||
|
+ $(INSTALL) -D -l libc.so $@ || true
|
||
|
|
||
|
install-libs: $(ALL_LIBS:lib/%=$(DESTDIR)$(libdir)/%) $(if $(SHARED_LIBS),$(DESTDIR)$(LDSO_PATHNAME),)
|
||
|
|