about summary refs log tree commit diff stats
path: root/054static_dispatch.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-27 09:50:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-27 09:50:39 -0700
commitea5ff2d46cb4e15add0dd48b660d0a200824db00 (patch)
treeada3ef3086dab6f3fcbaebedcfe8b9747e7b0fe7 /054static_dispatch.cc
parent4698dc0002c671b15eb0cb7d52d2a0fa470c5fde (diff)
downloadmu-ea5ff2d46cb4e15add0dd48b660d0a200824db00.tar.gz
3022
Clean up 3020.
Diffstat (limited to '054static_dispatch.cc')
-rw-r--r--054static_dispatch.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/054static_dispatch.cc b/054static_dispatch.cc
index dd9fc84b..db9546e8 100644
--- a/054static_dispatch.cc
+++ b/054static_dispatch.cc
@@ -43,6 +43,7 @@ if (result.name != "main" && contains_key(Recipe_ordinal, result.name)) {
     }
     trace(9999, "load") << "switching " << result.name << " to " << new_name << end();
     result.name = new_name;
+    result.is_autogenerated = true;
   }
 }
 else {