diff --git a/Makefile b/Makefile index 1e1a72667..7bf7d7811 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ clean: rm -f cmd/kured/kured rm -rf ./build -godeps=$(shell go get $1 && go list -f '{{join .Deps "\n"}}' $1 | grep -v /vendor/ | xargs go list -f '{{if not .Standard}}{{ $$dep := . }}{{range .GoFiles}}{{$$dep.Dir}}/{{.}} {{end}}{{end}}') +godeps=$(shell go list -f '{{join .Deps "\n"}}' $1 | grep -v /vendor/ | xargs go list -f '{{if not .Standard}}{{ $$dep := . }}{{range .GoFiles}}{{$$dep.Dir}}/{{.}} {{end}}{{end}}') DEPS=$(call godeps,./cmd/kured)