Explorar el Código

Add ranlib for libdpkg

Wichert Akkerman hace 25 años
padre
commit
b4e103b85c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lib/Makefile.in

+ 1 - 0
lib/Makefile.in

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