commit | dde640520a8fc23cb03e62c589f8a98f67d1c404 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed Dec 11 20:28:00 2019 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Dec 11 20:28:00 2019 -0800 |
tree | fe8adc75124700da0138622ad9afb56b45aa9df3 | |
parent | 38735e898e7104f088337d8a33d0ddf12ed5615b [diff] [blame] |
Buildify all the build files We are slowly upgrading them all. Bite bullet and do the rest of them. Change-Id: I15744cf1b0dc1954954e131b35228c98247c92fe
diff --git a/debian/f2c.BUILD b/debian/f2c.BUILD index 00adb76..6c51026 100644 --- a/debian/f2c.BUILD +++ b/debian/f2c.BUILD
@@ -1,5 +1,5 @@ filegroup( - name = 'f2c', - visibility = ['//visibility:public'], - srcs = ['usr/bin/f2c'], + name = "f2c", + srcs = ["usr/bin/f2c"], + visibility = ["//visibility:public"], )