diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
index : forks/busybox | ||
Busybox tree with Carbs Linux patches |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -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 |