[Scummvm-cvs-logs] CVS: scummvm common.rules,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Wed Sep 17 16:36:03 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv15697

Modified Files:
	common.rules 
Log Message:
removed the module.mk dependency again since it make 'ar' add module.mk to the lib.a file

Index: common.rules
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common.rules,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- common.rules	17 Sep 2003 22:16:14 -0000	1.7
+++ common.rules	17 Sep 2003 23:34:56 -0000	1.8
@@ -10,7 +10,7 @@
 	-$(RM) $(MODULE_OBJS-$*) $(MODULE_LIB-$*)
 
 # Convenience library target
-$(MODULE_LIB-$(MODULE)): $(MODULE_OBJS) $(MODULE)/module.mk
+$(MODULE_LIB-$(MODULE)): $(MODULE_OBJS)
 	-$(RM) $@
 	$(AR) $@ $+
 	$(RANLIB) $@ 





More information about the Scummvm-git-logs mailing list