[Scummvm-cvs-logs] CVS: scummvm common.rules,1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Wed May 14 13:52:16 CEST 2003


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

Modified Files:
	common.rules 
Log Message:
rm library file before running ar (otherwise ar might add to the existing .a file, which can cause issues if files are added/renamed/removed)

Index: common.rules
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common.rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- common.rules	21 Nov 2002 04:08:36 -0000	1.1
+++ common.rules	14 May 2003 20:51:30 -0000	1.2
@@ -2,6 +2,7 @@
 
 # Convenience library target
 $(MODULE)/lib$(MODULE).a: $(MODULE_OBJS)
+	-$(RM)  $@
 	$(AR) $@ $+
 	$(RANLIB) $@ 
 





More information about the Scummvm-git-logs mailing list