[Mesa-dev] [PATCH] automake: include git_sha1.h.in in release tarball
Eric Engestrom
eric.engestrom at imgtec.com
Mon Nov 6 16:35:18 UTC 2017
On Monday, 2017-11-06 16:44:40 +0100, Juan A. Suarez Romero wrote:
> 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
>
> Signed-off-by: Juan A. Suarez Romero <jasuarez at igalia.com>
Oops :(
Fixes: 16be271c6ee618e79c7d "git_sha1_gen: use git_sha1.h.in on all build systems"
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>
Thanks!
> ---
> src/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 1de4fca6a12..22973b14bc7 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -26,7 +26,7 @@ git_sha1.h: $(top_srcdir)/src/git_sha1.h.in
>
> BUILT_SOURCES = git_sha1.h
> CLEANFILES = $(BUILT_SOURCES)
> -EXTRA_DIST =
> +EXTRA_DIST = git_sha1.h.in
>
> SUBDIRS = . gtest util mapi/glapi/gen mapi
>
> --
> 2.13.6
>
More information about the mesa-dev
mailing list