aboutsummaryrefslogtreecommitdiff
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-01-27 16:09:23 -0800
committerElliott Hughes <enh@google.com>2011-01-27 16:09:23 -0800
commit6a0e513d7d40e34caeb85fe55d21609946448915 (patch)
tree40d0e21286e13bba24b846e37b5fe2cc2d56e393 /CleanSpec.mk
parent26ea4299bba7c618fdf97624b39e33444410896d (diff)
downloadfdlibm-6a0e513d7d40e34caeb85fe55d21609946448915.tar.gz
Fix x86 build (problems spotted by StrictMath tests).
Bug: 2931959 Change-Id: I6e080922e20452b60957242e618f3ad84e1fb038
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index b84e1b6..0d2142a 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -47,3 +47,5 @@
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************
+$(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/obj/STATIC_LIBRARIES/libfdlibm-host_intermediates)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libfdlibm_intermediates)