From bb71a716028ea0c4ae46fb8473a7ef6a4cdb4cfb Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 30 Sep 2002 10:27:49 +0000 Subject: [PATCH] [project @ 2002-09-30 10:27:49 by simonmar] s/rm -f/$(RM)/ --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52a8963..8377fcd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.38 2002/09/06 14:34:15 simonmar Exp $ +# $Id: Makefile,v 1.39 2002/09/30 10:27:49 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -57,7 +57,7 @@ SRC_HC_OPTS += -funbox-strict-fields # PrimOpWrappers GHC/PrimopWrappers.hs: $(GHC_COMPILER_DIR)/prelude/primops.txt - rm -f $@ + @$(RM) $@ $(GHC_GENPRIMOP) --make-haskell-wrappers < $< > $@ boot :: GHC/PrimopWrappers.hs -- 1.7.10.4