No public description

PiperOrigin-RevId: 627777366
Change-Id: If5f602a33dc5a2d658d618ce325c94132c4a1b6e
diff --git a/BUILD.bazel b/BUILD.bazel
index 865fc34..5231327 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -29,7 +29,7 @@
         "$(locations @antlr4_deps_antlr4_tools//:rules_python_wheel_entry_point_antlr4) -v ",
         ANTLR4_VERSION,
         " -o $(RULEDIR) -Dlanguage=Cpp -package fuzzyc_cc_module $(SRCS);",
-        "find $(RULEDIR) \\( -name *.cpp -o -name *.h \\) -exec cp --update=none {} $(RULEDIR) \\;",
+        "find $(RULEDIR) \\( -name *.cpp -o -name *.h \\) -exec cp -n {} $(RULEDIR) \\;",
     ]),
     local = True,
     tools = [
@@ -60,7 +60,7 @@
         "$(locations @antlr4_deps_antlr4_tools//:rules_python_wheel_entry_point_antlr4) -v ",
         ANTLR4_VERSION,
         " -o $(RULEDIR) -Dlanguage=Cpp -package fuzzyc_cc_function $(SRCS);",
-        "find $(RULEDIR) \\( -name *.cpp -o -name *.h \\) -exec cp --update=none {} $(RULEDIR) \\;",
+        "find $(RULEDIR) \\( -name *.cpp -o -name *.h \\) -exec cp -n {} $(RULEDIR) \\;",
     ]),
     local = True,
     tools = [