X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FMakefile;h=201732727e94d13554cb198e8eb4e441dcd9e90d;hb=ad7fa9d9112044c6649e2ad5f939485b5425d588;hp=1c8ec965e06c8bcad5a052d227eca0ccd77b0b6e;hpb=c37f406cfd4c4e70519238e2c7b8321f213b7530;p=ghc-hetmet.git diff --git a/ghc/Makefile b/ghc/Makefile index 1c8ec96..2017327 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.17 2001/04/27 03:11:25 qrczak 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