mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 20:00:10 +01:00
mesa: automake: add directory prefix for git_sha1.h
Otherwise the build will assume that we've talking about builddir, which is not the case in the else statement. Here the file is already generated and is part of the tarball. Cc: <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
1816c837c1
commit
359d9dfec3
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ git_sha1.h.tmp:
|
|||
> git_sha1.h.tmp ; \
|
||||
fi \
|
||||
else \
|
||||
cp git_sha1.h git_sha1.h.tmp ;\
|
||||
cp $(srcdir)/git_sha1.h git_sha1.h.tmp ;\
|
||||
fi
|
||||
|
||||
git_sha1.h: git_sha1.h.tmp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue