lib/Makefile: run ranlib(1) against the static lib.
--HG-- extra : convert_revision : 269ad3844ef145e0a962f7424258135aa2f74cd1
This commit is contained in:
parent
565482ce3e
commit
ae1fb7b50c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ $(LIBXBPS): $(OBJECTS)
|
|||
|
||||
$(LIBXBPS_STATIC): $(OBJECTS)
|
||||
$(AR) rcs $@ $^
|
||||
ranlib $@
|
||||
|
||||
install: $(LIBXBPS) $(LIBXBPS_STATIC)
|
||||
install -d $(LIBDIR)
|
||||
|
|
Loading…
Reference in a new issue