Skip to content
Snippets Groups Projects
Commit bf9d5a3f authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Follow GHC build system change to the way we call rm

parent 72de218d
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment