ranlib the .a file after creation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9513 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6eafd48cec
commit
231d1d255c
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ OBJS = alloc.o io.o n2b_99.o n2b_d.o n2b_ds.o n2b_to.o n2d_99.o \
|
|||
ucl_dll.o ucl_init.o ucl_ptr.o ucl_str.o ucl_util.o
|
||||
|
||||
$(TARGET): $(OBJS)
|
||||
ar ruv $(TARGET) $(OBJS)
|
||||
$(SILENT)$(AR) ruv $@ $(OBJS) >/dev/null 2>&1
|
||||
$(SILENT)$(RANLIB) $@
|
||||
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue