aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 5e6b7633..bd0b9e0d 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -12,7 +12,7 @@ ifneq "$(BINDIST)" "YES"
$(INPLACE_BIN)/$(utils/haddock_dist_PROG): $(INPLACE_LIB)/html
$(INPLACE_LIB)/html:
- "$(RM)" $(RM_OPTS) -r $@
+ "$(RM)" $(RM_OPTS_REC) $@
"$(CP)" -R utils/haddock/html $@
endif