diff --git a/shake/runner/Main.hs b/shake/runner/Main.hs
index 22c64b880f79c5b4677030f5a57379de32ac649e..e1734484bda87119949168548102ed09884feb4f 100644
--- a/shake/runner/Main.hs
+++ b/shake/runner/Main.hs
@@ -428,7 +428,7 @@ buildRules nofib@Build{..} = do
         runTest nofib ModeRun resultsTsv
 
     -- Run tests under perf stat
-    ["//Main.perf.result", "//Main.perf.results.tsv"] &%> \[out, resultsTsv] -> do
+    ["//Main.perf.results.tsv"] &%> \[out, resultsTsv] -> do
         out' <- liftIO $ IO.canonicalizePath out
         let test = testFromResultTsv nofib resultsTsv
         let args n = ["perf", "stat"] <> perf_args <> ["-x,", ("--output="<>out' <.> show n), "--"]