at 24.11-pre 27 lines 1.0 kB view raw
1diff --git a/Makefile b/Makefile 2index 2304a21..697ccd4 100644 3--- a/Makefile 4+++ b/Makefile 5@@ -149,13 +149,11 @@ libfsverity.so.$(SOVERSION):$(SHARED_LIB_OBJ) 6 $(QUIET_CCLD) $(CC) -o $@ -Wl,-soname=$@ -shared $+ \ 7 $(CFLAGS) $(LDFLAGS) $(LDLIBS) 8 9-DEFAULT_TARGETS += libfsverity.so.$(SOVERSION) 10 11 # Create the symlink libfsverity.so => libfsverity.so.$(SOVERSION) 12 libfsverity.so:libfsverity.so.$(SOVERSION) 13 $(QUIET_LN) ln -sf $+ $@ 14 15-DEFAULT_TARGETS += libfsverity.so 16 17 ############################################################################## 18 19@@ -263,8 +261,6 @@ install:all 20 install -d $(DESTDIR)$(LIBDIR)/pkgconfig $(DESTDIR)$(INCDIR) $(DESTDIR)$(BINDIR) 21 install -m755 $(FSVERITY) $(DESTDIR)$(BINDIR) 22 install -m644 libfsverity.a $(DESTDIR)$(LIBDIR) 23- install -m755 libfsverity.so.$(SOVERSION) $(DESTDIR)$(LIBDIR) 24- ln -sf libfsverity.so.$(SOVERSION) $(DESTDIR)$(LIBDIR)/libfsverity.so 25 install -m644 include/libfsverity.h $(DESTDIR)$(INCDIR) 26 sed -e "s|@PREFIX@|$(PREFIX)|" \ 27 -e "s|@LIBDIR@|$(LIBDIR)|" \