changeset 299:ed5dfa77511f

Removed '-f' option.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Jun 2007 14:45:09 +0000
parents 46c6b7b57515
children edac314ac9bb
files maps/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/maps/Makefile	Tue Jun 19 14:41:52 2007 +0000
+++ b/maps/Makefile	Tue Jun 19 14:45:09 2007 +0000
@@ -62,10 +62,10 @@
 	scp $+ $(UPURL2)
 
 clean:
-	$(RM) -f $(TARGETS) *.o
+	$(RM) $(TARGETS) *.o
 
 srcclean: clean
-	$(RM) -f *~
+	$(RM) *~
 
 update:
 	@echo "* Updating from SVN ..."