Commit 88fb67f6 authored by arpi_esp's avatar arpi_esp

ar -s has portability problems, anyway rc is enough without s -- suggested by Atmosfear


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@437 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3c92317e
...@@ -71,7 +71,7 @@ tests: apiexample cpuid_test $(TESTS) ...@@ -71,7 +71,7 @@ tests: apiexample cpuid_test $(TESTS)
$(LIB): $(OBJS) $(ASM_OBJS) $(LIB): $(OBJS) $(ASM_OBJS)
rm -f $@ rm -f $@
$(AR) rcs $@ $(OBJS) $(ASM_OBJS) $(AR) rc $@ $(OBJS) $(ASM_OBJS)
$(SLIB): $(OBJS) $(ASM_OBJS) $(SLIB): $(OBJS) $(ASM_OBJS)
rm -f $@ rm -f $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment