[project @ 2002-09-30 10:23:56 by simonmar]
authorsimonmar <unknown>
Mon, 30 Sep 2002 10:23:56 +0000 (10:23 +0000)
committersimonmar <unknown>
Mon, 30 Sep 2002 10:23:56 +0000 (10:23 +0000)
Use $(RM) rather than explicit 'rm -f'

mk/suffix.mk

index cdbefdd..ade0255 100644 (file)
@@ -309,5 +309,5 @@ endif
 # Preprocessor suffix rule
 
 % : %.pp
 # Preprocessor suffix rule
 
 % : %.pp
-       rm -f $@
+       @$(RM) $@
        $(CPP) $(CPP_OPTS) -x c $< | $(SED) -e '/^#/d' > $@
        $(CPP) $(CPP_OPTS) -x c $< | $(SED) -e '/^#/d' > $@