support llvm-ar

llvm-ar doesn't understand flags prefixed with dashes.
This commit is contained in:
Eon S. Jeon 2015-02-03 20:31:47 +09:00 committed by sin
parent 8fe02392ed
commit 6253da55c1
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ config.h:
$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -c $<
$(LIBUTIL): $(LIBUTILOBJ)
$(AR) -r -c $@ $?
$(AR) rc $@ $?
$(RANLIB) $@
install: all