[project @ 2001-01-16 11:14:29 by simonmar]
[ghc-hetmet.git] / ghc / Makefile
index ad9476a..68541ab 100644 (file)
@@ -1,5 +1,5 @@
 #-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.11 2000/06/25 17:18:15 panne Exp $
+# $Id: Makefile,v 1.14 2000/11/06 13:14:52 simonmar Exp $
 #
 
 TOP=.
@@ -21,7 +21,7 @@ include $(TOP)/mk/boilerplate.mk
 # we descend into compiler/ and lib/
 #
 ifeq "$(GhcWithHscBuiltViaC)" "NO"
-SUBDIRS = includes utils driver rts docs compiler lib
+SUBDIRS = includes utils driver docs compiler rts lib
 else
 SUBDIRS = includes utils driver rts docs lib compiler
 endif
@@ -37,4 +37,7 @@ endif
 
 SRC_DIST_FILES += configure
 
+DIST_CLEAN_FILES += ghc.spec config.status
+MAINTAINER_CLEAN_FILES += configure
+
 include $(TOP)/mk/target.mk