mesa: Fix generation of git_sha1.h.tmp for gitlinks
authorChad Versace <chad.versace@intel.com>
Fri, 10 Jul 2015 01:46:21 +0000 (18:46 -0700)
committerChad Versace <chad.versace@intel.com>
Fri, 10 Jul 2015 18:24:25 +0000 (11:24 -0700)
commit9e64a2a8e4821dd637daac54ba83895a490d4790
tree78809fc6135abe62c6f696ef150f8e9bc222dab8
parent19f0a9b58210de2f0fb736b56050e2de86e40f6a
mesa: Fix generation of git_sha1.h.tmp for gitlinks

Don't assume that $(top_srcdir)/.git is a directory. It may be a
gitlink file [1] if $(top_srcdir) is a submodule checkout or a linked
worktree [2].

[1] A "gitlink" is a text file that specifies the real location of
    the gitdir.
[2] Linked worktrees are a new feature in Git 2.5.

Cc: "10.6, 10.5" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
(cherry picked from commit 75784243df1f5bb0652fb243b37d69f36d493a86)
src/mesa/Makefile.am