Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d15913bfcf44791a6c7668482dbc85d0e9102bb5 >--------------------------------------------------------------- commit d15913bfcf44791a6c7668482dbc85d0e9102bb5 Author: Ian Lynagh <[email protected]> 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 _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
