[Scummvm-cvs-logs] CVS: scummvm common.rules,1.2,1.3
Max Horn
fingolfin at users.sourceforge.net
Sat Jul 19 18:02:08 CEST 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv2581
Modified Files:
common.rules
Log Message:
removed a whitespace
Index: common.rules
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common.rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- common.rules 14 May 2003 20:51:30 -0000 1.2
+++ common.rules 20 Jul 2003 01:01:47 -0000 1.3
@@ -2,7 +2,7 @@
# Convenience library target
$(MODULE)/lib$(MODULE).a: $(MODULE_OBJS)
- -$(RM) $@
+ -$(RM) $@
$(AR) $@ $+
$(RANLIB) $@
More information about the Scummvm-git-logs
mailing list