X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=7ed06cbcf110daddf460bafd57d55d8e3cb0782f;hb=83819904a18aa04e78ad1476a1640cce8388f470;hp=07878dd70a4174d376fd2217f20b811667d1d225;hpb=acd78d6dbda0108ffa899cb585114a21c5ed7499;p=ghc-base.git diff --git a/Makefile b/Makefile index 07878dd..7ed06cb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.45 2003/07/24 12:19:57 ralf Exp $ +# $Id: Makefile,v 1.46 2003/07/24 13:53:20 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -58,6 +58,10 @@ SRC_HC_OPTS += -funbox-strict-fields # ----------------------------------------------------------------------------- # PrimOpWrappers +# These two lines are required for pre-processing ghc/compiler/prelude/primops.txt +SRC_CPP_OPTS += -I$(GHC_INCLUDE_DIR) +SRC_CPP_OPTS += ${GhcCppOpts} + ifeq "$(BootingFromHc)" "YES" GHC/PrimopWrappers.hs: touch GHC/PrimopWrappers.hs