diff --git a/GNUmakefile b/GNUmakefile index 0a71c52387..8d612b3a11 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,7 +1,7 @@ SHELL = bash GOTOOLS = \ - github.com/elazarl/go-bindata-assetfs/... \ - github.com/hashicorp/go-bindata/... \ + github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs \ + github.com/hashicorp/go-bindata/go-bindata \ github.com/mitchellh/gox \ golang.org/x/tools/cmd/cover \ golang.org/x/tools/cmd/stringer \