summaryrefslogtreecommitdiff
path: root/libraries/integer-gmp/gmp
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-11-19 01:33:41 +0000
committerIan Lynagh <igloo@earth.li>2011-11-19 01:33:41 +0000
commitbf9d5a3f21308e24c2545ff081805ab58fa380b6 (patch)
treed59c9c957244f5487e14ad9276bad994a5accbce /libraries/integer-gmp/gmp
parent72de218d4f4e6f9d5be69507b4e798235617d50b (diff)
downloadhaskell-bf9d5a3f21308e24c2545ff081805ab58fa380b6.tar.gz
Follow GHC build system change to the way we call rm
Diffstat (limited to 'libraries/integer-gmp/gmp')
-rw-r--r--libraries/integer-gmp/gmp/ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/integer-gmp/gmp/ghc.mk b/libraries/integer-gmp/gmp/ghc.mk
index c65835ea0d..95b3fbe682 100644
--- a/libraries/integer-gmp/gmp/ghc.mk
+++ b/libraries/integer-gmp/gmp/ghc.mk
@@ -29,8 +29,8 @@ $(eval $(call clean-target,gmp,,\
clean : clean_gmp
.PHONY: clean_gmp
clean_gmp:
- "$(RM)" $(RM_OPTS_REC) libraries/integer-gmp/gmp/objs
- "$(RM)" $(RM_OPTS_REC) libraries/integer-gmp/gmp/gmpbuild
+ $(call removeTrees,libraries/integer-gmp/gmp/objs)
+ $(call removeTrees,libraries/integer-gmp/gmp/gmpbuild)
endif
ifeq "$(phase)" "final"