From: Adam Langley Date: Wed, 11 Jan 2012 13:39:29 +0000 (-0500) Subject: Makefile: update openpgp/error -> openpgp/errors X-Git-Tag: weekly.2012-01-15~72 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b1bad5530a3f06fe4cfcd37f13d67ec9974ccd52;p=gostls13.git Makefile: update openpgp/error -> openpgp/errors R=golang-dev CC=golang-dev https://golang.org/cl/5530078 --- 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\