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:
Daniel Stenberg 2006-04-05 12:56:05 +00:00
parent 6eafd48cec
commit 231d1d255c

View file

@ -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: