summaryrefslogtreecommitdiff
path: root/compiler/main/ErrUtils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/ErrUtils.hs')
-rw-r--r--compiler/main/ErrUtils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/ErrUtils.hs b/compiler/main/ErrUtils.hs
index 2a05476dc9..839ef19b81 100644
--- a/compiler/main/ErrUtils.hs
+++ b/compiler/main/ErrUtils.hs
@@ -902,7 +902,7 @@ Producing an eventlog for GHC
To actually produce the eventlog, you need an eventlog-capable GHC build:
With Hadrian:
- $ hadrian/build.sh -j "stage1.ghc-bin.ghc.link.opts += -eventlog"
+ $ hadrian/build -j "stage1.ghc-bin.ghc.link.opts += -eventlog"
With Make:
$ make -j GhcStage2HcOpts+=-eventlog