summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-03-05 13:04:14 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-03-08 20:40:56 +0000
commit330a3799d055a37f3a5d191519f9ff687024f81b (patch)
tree99136acc75cae999f88f8a9a4dd8d07a63e3bfd4 /src/mesa/Makefile.am
parent6a402359fdb3e82771e36c47bbf2b99a2ecc4d03 (diff)
downloadexternal_mesa3d-330a3799d055a37f3a5d191519f9ff687024f81b.zip
external_mesa3d-330a3799d055a37f3a5d191519f9ff687024f81b.tar.gz
external_mesa3d-330a3799d055a37f3a5d191519f9ff687024f81b.tar.bz2
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 <emil.l.velikov@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r--src/mesa/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am
index ffe6599..16ac148 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