use plain 'ar' for now as the $(AR) gets set to the cross-compiler version...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8101 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-11-28 22:53:14 +00:00
parent 4d66fc8dc2
commit 10a1eac917

View file

@ -19,7 +19,7 @@ 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)
ar ruv $(TARGET) $(OBJS)
clean: