Repect AR environment variable

next
Kacper Kowalik (Xarthisius) 2012-12-16 18:40:56 +01:00 committed by Michael Stapelberg
parent 6dc25e0011
commit ef81bd183b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ libi3/%.o: libi3/%.c $(libi3_HEADERS)
libi3.a: $(libi3_OBJECTS)
echo "[libi3] AR libi3.a"
ar rcs $@ $^ $(libi3_LIBS)
$(AR) rcs $@ $^ $(libi3_LIBS)
clean-libi3:
echo "[libi3] Clean"