[project @ 2001-09-11 11:13:22 by rje]
[ghc-hetmet.git] / ghc / Makefile
index d315ae0..2017327 100644 (file)
@@ -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