From f6ecb2e95d5934a70e73b0164a745c3131cfce1a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 17 Sep 2003 23:34:56 +0000 Subject: [PATCH] removed the module.mk dependency again since it make 'ar' add module.mk to the lib.a file svn-id: r10285 --- common.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.rules b/common.rules index 4720e9b3c24..97e7507d998 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) $@