changeset 177:fdc771411795

Makefile $(RM) implies -f .. don't include the option in commands.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Nov 2010 07:54:38 +0200
parents f265e7274a45
children da4dbe82a4ed
files Makefile.gen
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Mon Nov 15 07:53:45 2010 +0200
+++ b/Makefile.gen	Mon Nov 15 07:54:38 2010 +0200
@@ -24,8 +24,8 @@
 # Special targets
 #
 clean:
-	$(RM) -f $(TARGETS) $(OBJPATH)*.o
+	$(RM) $(TARGETS) $(OBJPATH)*.o
 
 srcclean: clean
-	$(RM) -f *~
+	$(RM) *~