Fix usage of ar instead of ${AR}.

This commit is contained in:
Jonathan Schleifer 2011-10-12 16:56:59 +02:00
parent 74861c8967
commit 86f1fb914f

View file

@ -208,7 +208,7 @@ ${STATIC_LIB} ${STATIC_LIB_NOINST}: ${EXT_DEPS} ${OBJS}
rm -fr $$dir; \
mkdir -p $$dir; \
cd $$dir; \
ar x ../$$i; \
${AR} x ../$$i; \
for j in *.o; do \
objs="$$objs $$dir/$$j"; \
done; \