about summary refs log tree commit diff stats
path: root/029tools.cc
diff options
context:
space:
mode:
Diffstat (limited to '029tools.cc')
-rw-r--r--029tools.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/029tools.cc b/029tools.cc
index 249451cb..ca86b397 100644
--- a/029tools.cc
+++ b/029tools.cc
@@ -180,7 +180,7 @@ case _SAVE_TRACE: {
 :(before "End Primitive Recipe Implementations")
 case _SAVE_TRACE: {
   if (Save_trace) {
-    ofstream fout("last_trace");
+    ofstream fout("last_run");
     fout << Trace_stream->readable_contents("");
     fout.close();
   }