mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
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:
parent
3c55fd316f
commit
f6ecb2e95d
@ -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) $@
|
||||
|
Loading…
Reference in New Issue
Block a user