mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
automake: include git_sha1.h.in in release tarball
Fixes: make[2]: Leaving directory '/home/local/mesa/mesa-17.4.0-devel/_build/sub/src' make[2]: *** No rule to make target '../../../src/git_sha1.h.in', needed by 'git_sha1.h'. Stop. Makefile:660: recipe for target 'all-recursive' failed Fixes:16be271c6e"git_sha1_gen: use git_sha1.h.in on all build systems" Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commite17e8934f9)
This commit is contained in:
parent
15ec317be8
commit
3111ec7bdb
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ git_sha1.h: git_sha1.h.tmp
|
|||
|
||||
BUILT_SOURCES = git_sha1.h
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST = git_sha1.h.in
|
||||
|
||||
SUBDIRS = . gtest util mapi/glapi/gen mapi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue