]> err.no Git - dpkg/commitdiff
Add ranlib for libdpkg
authorWichert Akkerman <wakkerma@debian.org>
Sat, 3 Feb 2001 17:13:27 +0000 (17:13 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sat, 3 Feb 2001 17:13:27 +0000 (17:13 +0000)
lib/Makefile.in

index 6b6bfe2f172d35d92eedb108c8e8dfae089d5b4b..5251dc620163d1113cb9bfa650d4f05245f02572 100644 (file)
@@ -19,6 +19,7 @@ all:: libdpkg.a
        
 libdpkg.a: $(OBJECTS)
        $(AR) r $@ $^
+       $(RANLIB) $@
 
 .PHONY: install
 install:: all