aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorAdam Langley <agl@golang.org>2012-01-11 08:39:29 -0500
committerAdam Langley <agl@golang.org>2012-01-11 08:39:29 -0500
commitb1bad5530a3f06fe4cfcd37f13d67ec9974ccd52 (patch)
tree35b7392c87efa4a61a14ea56a265279804a3650d /src/pkg/Makefile
parenta68494bf21ea84b114c9e1468087f28abbf4c42b (diff)
downloadgo-b1bad5530a3f06fe4cfcd37f13d67ec9974ccd52.tar.xz
Makefile: update openpgp/error -> openpgp/errors
R=golang-dev CC=golang-dev https://golang.org/cl/5530078
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index c14a2d9f53..c090a2f6c6 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -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\