From 65450aca98ff4a880f5076aa99892c703f983604 Mon Sep 17 00:00:00 2001 From: "Frederick F. Kautz IV" Date: Mon, 23 Feb 2015 15:11:04 -0800 Subject: [PATCH] Removing dependencies from Makefile AUTHORS target that break build in pristine git env Signed-off-by: Frederick F. Kautz IV --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e585d024..e75d375b8 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ GO_LDFLAGS=-ldflags "-X `go list ./version`.Version `git describe --match 'v[0-9 .DEFAULT: default all: AUTHORS clean fmt vet fmt lint build test binaries -AUTHORS: .mailmap .git/ORIG_HEAD .git/FETCH_HEAD .git/HEAD +AUTHORS: .mailmap .git/HEAD git log --format='%aN <%aE>' | sort -fu > $@ # This only needs to be generated by hand when cutting full releases.