removed the module.mk dependency again since it make 'ar' add module.mk to the lib.a file

svn-id: r10285
This commit is contained in:
Max Horn 2003-09-17 23:34:56 +00:00
parent 3c55fd316f
commit f6ecb2e95d

View File

@ -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) $@