Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / boringssl / src / util / make_errors.go
index f770e3d..5fd75e2 100644 (file)
@@ -90,7 +90,7 @@ func makeErrors(reset bool) error {
        }
 
        for _, name := range filenames {
-               if !strings.HasSuffix(name, ".c") {
+               if !strings.HasSuffix(name, ".c") || name == sourcePath {
                        continue
                }