From: Ian Lynagh Date: Wed, 17 Jun 2009 12:17:11 +0000 (+0000) Subject: makefile tweak X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b20e2bee6b0a734563f456dc346f91a3286d84b0 makefile tweak --- diff --git a/ghc.mk b/ghc.mk index bb76011..c243903 100644 --- a/ghc.mk +++ b/ghc.mk @@ -457,7 +457,6 @@ BUILD_DIRS += \ endif BUILD_DIRS += \ - libraries/integer-gmp/gmp \ docs/users_guide \ libraries/Cabal/doc \ $(GHC_UNLIT_DIR) \ @@ -502,6 +501,7 @@ endif endif BUILD_DIRS += \ + libraries/integer-gmp/gmp \ compiler \ $(GHC_HSC2HS_DIR) \ $(GHC_PKG_DIR) \