aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 71525e1f0..2e8e3e58c 100644
--- a/Makefile
+++ b/Makefile
@@ -317,7 +317,9 @@ ifneq ($(bin-obj-y)$(bin-mobj-y),)
endif
ifdef applets.a
applets.a: $(applets.a)
+ $(Q)-rm -f $(@)
$(do_ar)
+
bin-obj.a=applets.a
endif