dont create .so links as they arent needed for runtime
This commit is contained in:
parent
51f43d5a53
commit
e3440c8ba3
@ -128,8 +128,6 @@ links: rc
|
|||||||
install: $(TARGET)
|
install: $(TARGET)
|
||||||
install -m 0755 -d $(DESTDIR)/$(LIB)
|
install -m 0755 -d $(DESTDIR)/$(LIB)
|
||||||
install -m 0755 $(LIB_TARGETS) $(DESTDIR)/$(LIB)
|
install -m 0755 $(LIB_TARGETS) $(DESTDIR)/$(LIB)
|
||||||
ln -sf $(LIBEINFOSO) $(DESTDIR)/$(LIB)/libeinfo.so
|
|
||||||
ln -sf $(LIBRCSO) $(DESTDIR)/$(LIB)/librc.so
|
|
||||||
install -m 0755 -d $(DESTDIR)/usr/include
|
install -m 0755 -d $(DESTDIR)/usr/include
|
||||||
install -m 0644 einfo.h rc.h $(DESTDIR)/usr/include
|
install -m 0644 einfo.h rc.h $(DESTDIR)/usr/include
|
||||||
install -m 0755 -d $(DESTDIR)/bin
|
install -m 0755 -d $(DESTDIR)/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user