1
0
mirror of https://github.com/golang/go synced 2024-11-21 21:04:41 -07:00

Makefile: update openpgp/error -> openpgp/errors

R=golang-dev
CC=golang-dev
https://golang.org/cl/5530078
This commit is contained in:
Adam Langley 2012-01-11 08:39:29 -05:00
parent a68494bf21
commit b1bad5530a

View File

@ -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\