[commit: haddock] master: Use "cp -L" when making $(INPLACE_LIB)/latex too (d15913b)

Ian Lynagh igloo at earth.li
Sun May 19 22:11:47 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/d15913bfcf44791a6c7668482dbc85d0e9102bb5

>---------------------------------------------------------------

commit d15913bfcf44791a6c7668482dbc85d0e9102bb5
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sun May 19 20:47:49 2013 +0100

    Use "cp -L" when making $(INPLACE_LIB)/latex too

>---------------------------------------------------------------

 ghc.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ghc.mk b/ghc.mk
index 39a44fa..f562835 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
 





More information about the ghc-commits mailing list