summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-09-12 11:36:19 +0000
committerIan Lynagh <igloo@earth.li>2008-09-12 11:36:19 +0000
commitf559be1fdb74c5e8e1b76cb5acf5553ff4de2354 (patch)
tree0dd574fb891456b862b07a2d7fff49e6e1df2aad /Makefile
parentddd3c15b38580dcdc30fcf90ec0eadf8ae013639 (diff)
downloadhaskell-f559be1fdb74c5e8e1b76cb5acf5553ff4de2354.tar.gz
Reinstate the driver/ghc directory, to create a versioned GHC program
e.g. $(bindir)/ghc-6.9.20080911
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b42b21c299..d73c304e94 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ else
SUBDIRS_BUILD = includes utils driver docs compiler libraries/Cabal/doc
endif
-SUBDIRS = gmp libffi includes utils driver docs rts compiler ghc libraries libraries/Cabal/doc
+SUBDIRS = gmp libffi includes utils docs rts compiler ghc driver libraries libraries/Cabal/doc
check-all: check-packages