From: simonmar Date: Mon, 30 Sep 2002 10:23:56 +0000 (+0000) Subject: [project @ 2002-09-30 10:23:56 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1609 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=c412b01915f77d851a090f3ee8369f3d7827f9e2;p=ghc-hetmet.git [project @ 2002-09-30 10:23:56 by simonmar] Use $(RM) rather than explicit 'rm -f' --- diff --git a/mk/suffix.mk b/mk/suffix.mk index cdbefdd..ade0255 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -309,5 +309,5 @@ endif # Preprocessor suffix rule % : %.pp - rm -f $@ + @$(RM) $@ $(CPP) $(CPP_OPTS) -x c $< | $(SED) -e '/^#/d' > $@