diff options
-rw-r--r-- | common.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.rules b/common.rules index 4720e9b3c2..97e7507d99 100644 --- a/common.rules +++ b/common.rules @@ -10,7 +10,7 @@ clean-$(MODULE): clean-% : -$(RM) $(MODULE_OBJS-$*) $(MODULE_LIB-$*) # Convenience library target -$(MODULE_LIB-$(MODULE)): $(MODULE_OBJS) $(MODULE)/module.mk +$(MODULE_LIB-$(MODULE)): $(MODULE_OBJS) -$(RM) $@ $(AR) $@ $+ $(RANLIB) $@ |