lib/Makefile: run ranlib(1) against the static lib.

--HG--
extra : convert_revision : 269ad3844ef145e0a962f7424258135aa2f74cd1
This commit is contained in:
Juan RP 2009-04-10 19:09:13 +02:00
parent 565482ce3e
commit ae1fb7b50c

View file

@ -23,6 +23,7 @@ $(LIBXBPS): $(OBJECTS)
$(LIBXBPS_STATIC): $(OBJECTS)
$(AR) rcs $@ $^
ranlib $@
install: $(LIBXBPS) $(LIBXBPS_STATIC)
install -d $(LIBDIR)