aboutsummaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-05-19 20:47:49 +0100
committerIan Lynagh <ian@well-typed.com>2013-05-19 20:47:49 +0100
commitd15913bfcf44791a6c7668482dbc85d0e9102bb5 (patch)
tree8aeab54aefb6651883f95e66eba3dd55ca2c3062 /ghc.mk
parent74c66f5e30f9bb28cf45809958201680b186aeb0 (diff)
Use "cp -L" when making $(INPLACE_LIB)/latex too
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 39a44fad..f5628350 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -24,7 +24,7 @@ $(INPLACE_LIB)/html:
$(INPLACE_LIB)/latex:
$(call removeTrees,$@)
- "$(CP)" -R utils/haddock/resources/latex $@
+ "$(CP)" -RL utils/haddock/resources/latex $@
endif