X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Frunghc%2FMakefile;h=c1a94c799a3b6ca429b9f83410dd8a57b35a69aa;hb=311b1cdfc9b1c311cc53482c461c18cba8885b2a;hp=90e49495302b3049ea83a885e9bcc6eaa3d0323f;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/utils/runghc/Makefile b/utils/runghc/Makefile index 90e4949..c1a94c7 100644 --- a/utils/runghc/Makefile +++ b/utils/runghc/Makefile @@ -13,7 +13,7 @@ include $(GHC_COMPAT_DIR)/compat.mk # This is required because libghccompat.a must be built with # $(GhcHcOpts) because it is linked to the compiler, and hence # we must also build with $(GhcHcOpts) here: -SRC_HC_OPTS += $(GhcHcOpts) +SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage1HcOpts) all :: runhaskell