Remove the haddock detection
[ghc-hetmet.git] / ghc / Makefile
index 9d5ded7..4d6a7d0 100644 (file)
@@ -89,7 +89,7 @@ TOUCH_MAIN = $(RM) dist-stage1/build/ghc/ghc-tmp/Main.o
 endif
 endif
 
-dist-stage%: boot.stage.%
+dist-stage1 dist-stage2 dist-stage3: dist-stage%: boot.stage.%
 
 boot.stage.%:
        $(CABAL) configure --distpref dist-stage$*         \
@@ -127,6 +127,12 @@ install:
                           --distpref dist-stage2                         \
                           $(INSTALL_FLAGS)
 
+html:
+       @:
+
+install-docs:
+       @:
+
 include $(TOP)/mk/bindist.mk
 EXE_DIST_DIR = dist-stage$(stage)