From: simonmar Date: Fri, 10 May 2002 13:16:55 +0000 (+0000) Subject: [project @ 2002-05-10 13:16:55 by simonmar] X-Git-Tag: nhc98-1-18-release~1027 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=17b3f26625eb87171cfbddbc2f1cf903f3568429;p=ghc-base.git [project @ 2002-05-10 13:16:55 by simonmar] Add GHC/PrimopWrappers to EXTRA_SRCS --- 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 #-----------------------------------------------------------------------------