# HG changeset patch # User Matti Hamalainen # Date 1289800478 -7200 # Node ID fdc77141179539439f73ab0542cb09fc3054d07b # Parent f265e7274a45d13e4a61c730376a8b887927316b Makefile $(RM) implies -f .. don't include the option in commands. diff -r f265e7274a45 -r fdc771411795 Makefile.gen --- 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) *~