X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FMakefile;h=d247d623310b36c36b723578ed3427609eb57938;hb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;hp=1386d2c69d4c014481abee0c47d00cee0b994947;hpb=e103630d2858bbfffffe1f846b44f7aaac0e9961;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index 1386d2c..d247d62 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.7 1997/03/24 08:39:19 sof Exp $ +# $Id: Makefile,v 1.8 1998/12/02 13:17:13 simonm Exp $ # TOP=. @@ -21,9 +21,9 @@ include $(TOP)/mk/boilerplate.mk # we descend into compiler/ and lib/ # ifeq "$(GhcWithHscBuiltViaC)" "NO" -SUBDIRS = utils driver includes runtime docs compiler lib +SUBDIRS = utils driver includes rts docs compiler lib else -SUBDIRS = utils driver includes runtime docs lib compiler +SUBDIRS = utils driver includes rts docs lib compiler endif # Easier to copy