diff options
author | Ian Lynagh <igloo@earth.li> | 2009-06-17 12:17:11 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-06-17 12:17:11 +0000 |
commit | b20e2bee6b0a734563f456dc346f91a3286d84b0 (patch) | |
tree | 22141f962586c46f07ed36ce320479eb2230637b | |
parent | fb3ce769f24e19b2342c9300203834df7b9449df (diff) | |
download | haskell-b20e2bee6b0a734563f456dc346f91a3286d84b0.tar.gz |
makefile tweak
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) \ |