diff options
author | Emil Velikov <[email protected]> | 2014-03-05 13:04:14 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-03-08 20:40:56 +0000 |
commit | 330a3799d055a37f3a5d191519f9ff687024f81b (patch) | |
tree | 99136acc75cae999f88f8a9a4dd8d07a63e3bfd4 /src/mesa/Makefile.am | |
parent | 6a402359fdb3e82771e36c47bbf2b99a2ecc4d03 (diff) |
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 <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |