summaryrefslogtreecommitdiffstats
path: root/core/combo/HOST_darwin-x86.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-02-01 11:28:00 -0800
committerYing Wang <wangying@google.com>2012-02-01 11:28:00 -0800
commit80469e4d6c9d14a8e5942260f44e1dd83a51df74 (patch)
tree944873d64d046e44a1e2f3ca8e57d6743d1d6281 /core/combo/HOST_darwin-x86.mk
parentc0611b9594815de33dbf91de619047e5ea1dbdc0 (diff)
downloadbuild-80469e4d6c9d14a8e5942260f44e1dd83a51df74.zip
build-80469e4d6c9d14a8e5942260f44e1dd83a51df74.tar.gz
build-80469e4d6c9d14a8e5942260f44e1dd83a51df74.tar.bz2
Delete unused var.
Change-Id: Ib6c295287f064529a8b4d8ada15a9fbb73064f1e
Diffstat (limited to 'core/combo/HOST_darwin-x86.mk')
-rw-r--r--core/combo/HOST_darwin-x86.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/combo/HOST_darwin-x86.mk b/core/combo/HOST_darwin-x86.mk
index ca396eb..d0fc291 100644
--- a/core/combo/HOST_darwin-x86.mk
+++ b/core/combo/HOST_darwin-x86.mk
@@ -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