[project @ 2002-10-27 10:38:32 by mthomas]
[ghc-hetmet.git] / mk / suffix.mk
index cdbefdd..ade0255 100644 (file)
@@ -309,5 +309,5 @@ endif
 # Preprocessor suffix rule
 
 % : %.pp
-       rm -f $@
+       @$(RM) $@
        $(CPP) $(CPP_OPTS) -x c $< | $(SED) -e '/^#/d' > $@