X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FMakefile;h=201732727e94d13554cb198e8eb4e441dcd9e90d;hb=0143969c73e0071df19a103979b6861ca1df0bb9;hp=d315ae0cbd0a3ec1fea2fb5282084a9b1e54e07e;hpb=3ad9f659eea36834baeb2545191c863db6eee4d8;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index d315ae0..2017327 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.16 2001/04/24 13:24:45 simonmar Exp $ +# $Id: Makefile,v 1.18 2001/07/13 13:55:19 rrt Exp $ # TOP=. @@ -23,7 +23,12 @@ include $(TOP)/mk/boilerplate.mk ifeq "$(BootingFromHc)" "YES" SUBDIRS = includes utils rts docs lib compiler driver else +ifneq "$(ILXized)" "YES" SUBDIRS = includes utils driver docs compiler rts lib +else +# No RTS for ILX +SUBDIRS = includes utils driver docs compiler lib +endif endif # Easier to copy @@ -38,6 +43,5 @@ endif SRC_DIST_FILES += configure DIST_CLEAN_FILES += ghc.spec config.status -MAINTAINER_CLEAN_FILES += configure include $(TOP)/mk/target.mk