Delete unused var.

Change-Id: Ib6c295287f064529a8b4d8ada15a9fbb73064f1e
This commit is contained in:
Ying Wang 2012-02-01 11:28:00 -08:00
parent c0611b9594
commit 80469e4d6c
1 changed files with 0 additions and 2 deletions

View File

@ -68,10 +68,8 @@ define _darwin-extract-and-include-single-whole-static-lib
@echo "preparing StaticLib: $(PRIVATE_MODULE) [including $(1)]"
$(hide) ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(1)))_objs;\
mkdir -p $$ldir; \
filelist=; \
for f in `$(TARGET_AR) t $(1)`; do \
$(TARGET_AR) p $(1) $$f > $$ldir/$$f; \
filelist="$$filelist $$ldir/$$f"; \
done ;
endef