From: Emil Velikov Date: Wed, 5 Mar 2014 13:04:14 +0000 (+0000) Subject: automake: make clean the correct git_sha1.h.tmp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=330a3799d055a37f3a5d191519f9ff687024f81b;p=mesa.git automake: make clean the correct git_sha1.h.tmp When building out of tree, the file ends up dangling which may result in a binary with the old git sha. Signed-off-by: Emil Velikov Reviewed-by: Kenneth Graunke --- diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index ffe65990d22..16ac148af28 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -70,7 +70,7 @@ BUILT_SOURCES = \ CLEANFILES = \ $(BUILT_SOURCES) \ $(BUILDDIR)program/program_parse.tab.h \ - git_sha1.h.tmp + $(BUILDDIR)main/git_sha1.h.tmp GET_HASH_GEN = main/get_hash_generator.py