[commit: ghc] wip/nfs-locking: Add haddock path to cfg/system.config.in. (4e5ab6b)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:04:26 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/4e5ab6b936082f0c9718447b6dd143ec3785d67b/ghc
>---------------------------------------------------------------
commit 4e5ab6b936082f0c9718447b6dd143ec3785d67b
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Wed Aug 19 02:35:04 2015 +0100
Add haddock path to cfg/system.config.in.
>---------------------------------------------------------------
4e5ab6b936082f0c9718447b6dd143ec3785d67b
cfg/system.config.in | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/cfg/system.config.in b/cfg/system.config.in
index 029a81a..a274e84 100644
--- a/cfg/system.config.in
+++ b/cfg/system.config.in
@@ -5,18 +5,20 @@
#===================
system-ghc = @WithGhc@
+system-gcc = @CC_STAGE0@
+system-ghc-pkg = @GhcPkgCmd@
+gcc = @WhatGccIsCalled@
+
ghc-stage1 = @hardtop@/inplace/bin/ghc-stage1
ghc-stage2 = @hardtop@/inplace/bin/ghc-stage2
ghc-stage3 = @hardtop@/inplace/bin/ghc-stage3
-system-ghc-pkg = @GhcPkgCmd@
ghc-pkg = @hardtop@/inplace/bin/ghc-pkg
-system-gcc = @CC_STAGE0@
-gcc = @WhatGccIsCalled@
-
ghc-cabal = @hardtop@/inplace/bin/ghc-cabal
+haddock = @hardtop@/inplace/bin/haddock
+
ld = @LdCmd@
ar = @ArCmd@
alex = @AlexCmd@
More information about the ghc-commits
mailing list