X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=inline;f=ghc%2FMakefile;h=1386d2c69d4c014481abee0c47d00cee0b994947;hb=ca2788ca9762d04e0937c3c88c91a9e30976dfde;hp=422df022c291194f09e44664b54b208b9ef1858a;hpb=d5c8ed9758e4bb20406b9b9b2cc0533b38340a6e;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index 422df02..1386d2c 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.5 1997/03/19 20:44:51 simonpj Exp $ +# $Id: Makefile,v 1.7 1997/03/24 08:39:19 sof Exp $ # TOP=. @@ -21,9 +21,14 @@ include $(TOP)/mk/boilerplate.mk # we descend into compiler/ and lib/ # ifeq "$(GhcWithHscBuiltViaC)" "NO" -SUBDIRS = utils driver includes runtime compiler lib +SUBDIRS = utils driver includes runtime docs compiler lib else -SUBDIRS = utils driver includes runtime lib compiler +SUBDIRS = utils driver includes runtime docs lib compiler +endif + +# Easier to copy +ifeq "$(BIN_DIST)" "1" +SUBDIRS := $(filter-out docs,$(SUBDIRS)) endif include $(TOP)/mk/target.mk