X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2FMakefile;h=ae0186e66fcbec1200d5f3dc3aa0c59c75b88539;hb=dc2a2f0673661e8a9414191c318f54cf374fbfbd;hp=bfa3b91297d3f52d1f43ccfd8e054009f7408067;hpb=92fa329e16cbec933be0db8d86705d8704179bd6;p=ghc-hetmet.git diff --git a/distrib/Makefile b/distrib/Makefile index bfa3b91..ae0186e6 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -22,11 +22,12 @@ install :: install:: $(MAKE) -C includes install DOING_BIN_DIST=YES - $(MAKE) -C driver install DOING_BIN_DIST=YES $(MAKE) -C utils install DOING_BIN_DIST=YES $(MAKE) -C rts install DOING_BIN_DIST=YES $(MAKE) -C libraries install DOING_BIN_DIST=YES $(MAKE) -C compiler install DOING_BIN_DIST=YES + $(MAKE) -C ghc install DOING_BIN_DIST=YES + $(MAKE) -C driver install DOING_BIN_DIST=YES $(MAKE) -C gmp install DOING_BIN_DIST=YES $(MAKE) -C docs install-docs DOING_BIN_DIST=YES $(MAKE) -C libraries/Cabal/doc install-docs DOING_BIN_DIST=YES