@@ -19,6 +19,7 @@ all:: libdpkg.a
libdpkg.a: $(OBJECTS)
$(AR) r $@ $^
+ $(RANLIB) $@
.PHONY: install
install:: all