summaryrefslogtreecommitdiff
path: root/ghc/Makefile
diff options
context:
space:
mode:
authorsof <unknown>1997-03-24 04:39:38 +0000
committersof <unknown>1997-03-24 04:39:38 +0000
commit845c068245378fe03915d83c34ccf0496a010dde (patch)
tree0204e91a3ebf279053f24d630e7e94ffbb536cc0 /ghc/Makefile
parent39592c91e69774df54530656ff53f99076c28223 (diff)
downloadhaskell-845c068245378fe03915d83c34ccf0496a010dde.tar.gz
[project @ 1997-03-24 04:39:38 by sof]
Included docs/ in SUBDIRS
Diffstat (limited to 'ghc/Makefile')
-rw-r--r--ghc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/Makefile b/ghc/Makefile
index 422df022c2..c95b80b813 100644
--- a/ghc/Makefile
+++ b/ghc/Makefile
@@ -1,5 +1,5 @@
#-----------------------------------------------------------------------------
-# $Id: Makefile,v 1.5 1997/03/19 20:44:51 simonpj Exp $
+# $Id: Makefile,v 1.6 1997/03/24 04:39:38 sof 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 compiler lib
+SUBDIRS = utils driver includes runtime docs compiler lib
else
-SUBDIRS = utils driver includes runtime lib compiler
+SUBDIRS = utils driver includes runtime docs lib compiler
endif
include $(TOP)/mk/target.mk