From 17b3f26625eb87171cfbddbc2f1cf903f3568429 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 10 May 2002 13:16:55 +0000 Subject: [PATCH] [project @ 2002-05-10 13:16:55 by simonmar] Add GHC/PrimopWrappers to EXTRA_SRCS --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e34c84b..b9ea943 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.26 2002/05/09 10:43:42 simonmar Exp $ +# $Id: Makefile,v 1.27 2002/05/10 13:16:55 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -65,6 +65,7 @@ GHC/PrimopWrappers.hs: $(GHC_COMPILER_DIR)/prelude/primops.txt boot :: GHC/PrimopWrappers.hs +EXTRA_SRCS += GHC/PrimopWrappers.hs CLEAN_FILES += GHC/PrimopWrappers.hs #----------------------------------------------------------------------------- -- 1.7.10.4