Index: build/util/BUILD.gn |
diff --git a/build/util/BUILD.gn b/build/util/BUILD.gn |
index a564fd4501168ba4475dc7058ce69631e13c32b9..7fc10a1b5781aead728a8ad7aecf5597a2ed582d 100644 |
--- a/build/util/BUILD.gn |
+++ b/build/util/BUILD.gn |
@@ -15,9 +15,6 @@ |
action("last_change") { |
script = "//build/util/lastchange.py" |
- # This script must be run before targets depending on us. |
- hard_dep = true |
- |
# Rerun the script any time this file changes. |
source_prereqs = [ "//build/util/LASTCHANGE" ] |