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 6a10a0f8..39a44fad 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -20,7 +20,7 @@ $(INPLACE_BIN)/$(utils/haddock_dist_PROG): $(INPLACE_LIB)/html $(INPLACE_LIB)/la
$(INPLACE_LIB)/html:
$(call removeTrees,$@)
- "$(CP)" -R utils/haddock/resources/html $@
+ "$(CP)" -RL utils/haddock/resources/html $@
$(INPLACE_LIB)/latex:
$(call removeTrees,$@)