diff options
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |