Skip to content
Snippets Groups Projects
Commit 359d9dfe authored by Emil Velikov's avatar Emil Velikov
Browse files

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: default avatarEmil Velikov <emil.velikov@collabora.com>
parent 1816c837
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment