X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile;h=7ca001a3ed2d0c6049398a0867916615065f8c8d;hb=259d5ea8479dbbf0220335c740efebec1bc19a7f;hp=407cea60176ab3e8e910f89a41a1c6af31858e15;hpb=e48d901d2e723c1b24b86c4755b948e70506f990;p=ghc-hetmet.git diff --git a/compiler/Makefile b/compiler/Makefile index 407cea6..7ca001a 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -213,6 +213,7 @@ build.stage.%: doc.stage.%: $(CABAL) haddock --distpref dist-stage$* \ --haddock-option=--optghc=-DSTAGE=$* \ + --haddock-option=+RTS --haddock-option=-s --haddock-option=-c --haddock-option=-RTS \ --with-haddock=$(FPTOOLS_TOP_ABS)/utils/haddock/install-inplace/bin/haddock install: @@ -486,8 +487,11 @@ LIB_DIST_DIR = dist-stage2 #----------------------------------------------------------------------------- # etags generation - -GHCTAGS = $(TOP)/utils/ghctags/ghctags +ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32" +GHCTAGS = $(TOP)/utils/ghctags/ghctags.exe +else +GHCTAGS = $(TOP)/utils/ghctags/ghctags-inplace +endif GHCTAGS_ROOT = main/GHC.hs # etags for stage2 is actually broken since it requires building