Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-gmp On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2508f5c579a3a9d07978a297437caa1dca6818d6 >--------------------------------------------------------------- commit 2508f5c579a3a9d07978a297437caa1dca6818d6 Author: Ian Lynagh <[email protected]> Date: Sat Nov 19 01:33:41 2011 +0000 Follow GHC build system change to the way we call rm >--------------------------------------------------------------- gmp/ghc.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gmp/ghc.mk b/gmp/ghc.mk index c65835e..95b3fbe 100644 --- a/gmp/ghc.mk +++ b/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" _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
