X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=6c83f9cd8c3a5652881c465efda5dda15cf0e107;hb=f4510d27c5883fe7e8570f4dd49d45a8b0122f2c;hp=c77dc5f5cfa6baac5cc17f3008deb04d28d2927e;hpb=80564ddc183ea98856994112858f0b9f3e178f94;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index c77dc5f..6c83f9c 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -858,6 +858,9 @@ HS_IFACES = $(addsuffix .$(way_)hi,$(basename $(HS_OBJS))) # Haddock can't handle recursive modules currently, so we disable it for now. NO_HADDOCK_DOCS = YES +# Tell package.mk not to set $(HC) +NO_SET_HC = YES + # The stage 2 GHC binary itself is built by compiling main/Main.hs # (the same as used in stage 1) against the GHC package. #