aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2003-07-20 01:01:47 +0000
committerMax Horn2003-07-20 01:01:47 +0000
commit2ec582535fa77daca28e9c1359b438dc082ed1bd (patch)
tree20659b867343ce80424707423d34bf099597ee3f
parent7e92048a6bf29fc170cce02352c67c2273f077ee (diff)
downloadscummvm-rg350-2ec582535fa77daca28e9c1359b438dc082ed1bd.tar.gz
scummvm-rg350-2ec582535fa77daca28e9c1359b438dc082ed1bd.tar.bz2
scummvm-rg350-2ec582535fa77daca28e9c1359b438dc082ed1bd.zip
removed a whitespace
svn-id: r9087
-rw-r--r--common.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.rules b/common.rules
index 92c6dff621..19c5307bdc 100644
--- a/common.rules
+++ b/common.rules
@@ -2,7 +2,7 @@
# Convenience library target
$(MODULE)/lib$(MODULE).a: $(MODULE_OBJS)
- -$(RM) $@
+ -$(RM) $@
$(AR) $@ $+
$(RANLIB) $@