summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-06-17 12:17:11 +0000
committerIan Lynagh <igloo@earth.li>2009-06-17 12:17:11 +0000
commitb20e2bee6b0a734563f456dc346f91a3286d84b0 (patch)
tree22141f962586c46f07ed36ce320479eb2230637b
parentfb3ce769f24e19b2342c9300203834df7b9449df (diff)
downloadhaskell-b20e2bee6b0a734563f456dc346f91a3286d84b0.tar.gz
makefile tweak
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index bb76011783..c243903744 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) \