diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -317,7 +317,9 @@ ifneq ($(bin-obj-y)$(bin-mobj-y),) | |||
317 | endif | 317 | endif |
318 | ifdef applets.a | 318 | ifdef applets.a |
319 | applets.a: $(applets.a) | 319 | applets.a: $(applets.a) |
320 | $(Q)-rm -f $(@) | ||
320 | $(do_ar) | 321 | $(do_ar) |
322 | |||
321 | bin-obj.a=applets.a | 323 | bin-obj.a=applets.a |
322 | endif | 324 | endif |
323 | 325 | ||