]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_tsan/build.rs
Add/remove `rerun-if-changed` when necessary
[rust.git] / src / librustc_tsan / build.rs
index 84326ae8a71060440e436838afbf2080ca889e8e..95ce237b267354d80849e39851b7f6a825312f55 100644 (file)
@@ -34,6 +34,4 @@ fn main() {
                 .unwrap())
             .join("../compiler-rt"));
     }
-
-    println!("cargo:rerun-if-changed=build.rs");
 }