From: simonmar Date: Mon, 30 Sep 2002 10:27:49 +0000 (+0000) Subject: [project @ 2002-09-30 10:27:49 by simonmar] X-Git-Tag: nhc98-1-18-release~834 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bb71a716028ea0c4ae46fb8473a7ef6a4cdb4cfb;p=ghc-base.git [project @ 2002-09-30 10:27:49 by simonmar] s/rm -f/$(RM)/ --- 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