mirror of https://github.com/golang/go.git
Makefile: update openpgp/error -> openpgp/errors
R=golang-dev CC=golang-dev https://golang.org/cl/5530078
This commit is contained in:
parent
a68494bf21
commit
b1bad5530a
|
|
@ -43,7 +43,7 @@ DIRS=\
|
|||
crypto/openpgp\
|
||||
crypto/openpgp/armor\
|
||||
crypto/openpgp/elgamal\
|
||||
crypto/openpgp/error\
|
||||
crypto/openpgp/errors\
|
||||
crypto/openpgp/packet\
|
||||
crypto/openpgp/s2k\
|
||||
crypto/rand\
|
||||
|
|
@ -198,7 +198,7 @@ endif
|
|||
|
||||
NOTEST+=\
|
||||
crypto\
|
||||
crypto/openpgp/error\
|
||||
crypto/openpgp/errors\
|
||||
crypto/x509/pkix\
|
||||
exp/ebnflint\
|
||||
go/doc\
|
||||
|
|
|
|||
Loading…
Reference in New Issue