summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/gmp
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-04-19 19:35:38 +0000
committerIan Lynagh <igloo@earth.li>2010-04-19 19:35:38 +0000
commit25280774b2f603e780eed61425139fa9b902d2f7 (patch)
tree968d2bb215af2f579f5412f7b00e85ecdd46e39f /libraries/integer-gmp/gmp
parentcd0cecb3640755a3dda1a49883fa64188af8729a (diff)
downloadhaskell-25280774b2f603e780eed61425139fa9b902d2f7.tar.gz
Fix the $(GMP_DIR) path that we remove
Diffstat (limited to 'libraries/integer-gmp/gmp')
-rw-r--r--libraries/integer-gmp/gmp/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-gmp/gmp/ghc.mk b/libraries/integer-gmp/gmp/ghc.mk
index 3e891bcb02..0e6a4aa965 100644
--- a/libraries/integer-gmp/gmp/ghc.mk
+++ b/libraries/integer-gmp/gmp/ghc.mk
@@ -108,7 +108,7 @@ GMP_TARBALL := $(wildcard libraries/integer-gmp/gmp/tarball/gmp*.tar.bz2)
GMP_DIR := $(patsubst libraries/integer-gmp/gmp/tarball/%-nodoc-patched.tar.bz2,%,$(GMP_TARBALL))
libraries/integer-gmp/gmp/libgmp.a libraries/integer-gmp/gmp/gmp.h:
- $(RM) -rf $(GMP_DIR) libraries/integer-gmp/gmp/gmpbuild libraries/integer-gmp/gmp/objs
+ $(RM) -rf libraries/integer-gmp/gmp/$(GMP_DIR) libraries/integer-gmp/gmp/gmpbuild libraries/integer-gmp/gmp/objs
cat $(GMP_TARBALL) | $(BZIP2) -d | { cd libraries/integer-gmp/gmp && $(TAR) -xf - ; }
mv libraries/integer-gmp/gmp/$(GMP_DIR) libraries/integer-gmp/gmp/gmpbuild
chmod +x libraries/integer-gmp/gmp/ln