X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile.ghcbin;h=acad6116abb15cca8c6279a8ba3c62282397a3dd;hb=2058d7802ae1f054d8bb0b34a72ce69b4b63bf56;hp=46dd5dc105521889e70b0e967987e540f56d5021;hpb=dec21d06eb80f6d958d18bc185cd84f40d9ef98f;p=ghc-hetmet.git diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin index 46dd5dc..acad611 100644 --- a/compiler/Makefile.ghcbin +++ b/compiler/Makefile.ghcbin @@ -54,9 +54,6 @@ odir=stage$(stage) HS_SRCS = main/Main.hs HS_OBJS = $(patsubst %, $(odir)/%, $(addsuffix .$(way_)o,$(basename $(HS_SRCS)))) $(odir)/main/Main.o : libHSghc$(_way).a -SRC_HC_OPTS += -fforce-recomp -# can't rely on GHC's recompilation checking here, because it won't spot -# changes in the ghc package. WAYS=$(GhcCompilerWays)