Merge pull request #196 from fkautz/pr_out_removing_dependencies_from_makefile_authors_target_that_break_build_in_pristine_git_env

Removing dependencies from Makefile AUTHORS target that break build in pristine git env
pull/202/head
Stephen Day 2015-02-23 15:31:41 -08:00
commit 47a8ad7a61
1 changed files with 1 additions and 1 deletions

View File

@ -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.