X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2FMakefile;h=ca99c38a1401c064b262e76bca328924deff4bd4;hb=311df5db57b78a34d195f554cca805a057741709;hp=951ec7e40e5a929118c43bf635ae9349ebbe64dc;hpb=6d0dd9aa562a9f96bf875b7260675609e1171b66;p=ghc-hetmet.git diff --git a/distrib/Makefile b/distrib/Makefile index 951ec7e..ca99c38 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -22,12 +22,13 @@ 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 libffi 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