mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
autotools: don't ship the git_sha1.h generated in git in the tarballs
This file is regenerated at build time anyway, so this would just get overwritten anyway. No reason to ship it in the tarball. Fixes:44df06211c"autotools: include git_sha1.h in dist tarball" Fixes:471f708ed6"git_sha1: simplify logic" Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Juan A. Suarez <jasuarez@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
81fe9bdf6d
commit
6ff1c47996
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ git_sha1.h:
|
|||
|
||||
BUILT_SOURCES = git_sha1.h
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
EXTRA_DIST = git_sha1.h meson.build
|
||||
EXTRA_DIST = meson.build
|
||||
|
||||
SUBDIRS = . gtest util mapi/glapi/gen mapi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue