diff options
author | simonm <unknown> | 1998-12-02 13:32:30 +0000 |
---|---|---|
committer | simonm <unknown> | 1998-12-02 13:32:30 +0000 |
commit | 438596897ebbe25a07e1c82085cfbc5bdb00f09e (patch) | |
tree | da7a441396aed2e13f6e0cc55282bf041b0cf72c /ghc/Makefile | |
parent | 967cc47f37cb93a5e2b6df7822c9a646f0428247 (diff) | |
download | haskell-438596897ebbe25a07e1c82085cfbc5bdb00f09e.tar.gz |
[project @ 1998-12-02 13:17:09 by simonm]
Move 4.01 onto the main trunk.
Diffstat (limited to 'ghc/Makefile')
-rw-r--r-- | ghc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/Makefile b/ghc/Makefile index 1386d2c69d..d247d62331 100644 --- a/ghc/Makefile +++ b/ghc/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.7 1997/03/24 08:39:19 sof Exp $ +# $Id: Makefile,v 1.8 1998/12/02 13:17:13 simonm 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 docs compiler lib +SUBDIRS = utils driver includes rts docs compiler lib else -SUBDIRS = utils driver includes runtime docs lib compiler +SUBDIRS = utils driver includes rts docs lib compiler endif # Easier to copy |