From e3440c8ba39faf427fdcbead686f9a95027d1a86 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 13 Apr 2007 12:55:43 +0000 Subject: dont create .so links as they arent needed for runtime --- src/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 78daa2ec..751c7bd0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -128,8 +128,6 @@ links: rc install: $(TARGET) install -m 0755 -d $(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 0644 einfo.h rc.h $(DESTDIR)/usr/include install -m 0755 -d $(DESTDIR)/bin -- cgit v1.2.3