makefile tweak
authorIan Lynagh <igloo@earth.li>
Wed, 17 Jun 2009 12:17:11 +0000 (12:17 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 17 Jun 2009 12:17:11 +0000 (12:17 +0000)
ghc.mk

diff --git a/ghc.mk b/ghc.mk
index bb76011..c243903 100644 (file)
--- 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) \