From d556076dc26d4a52f3f1c12b79dcaf2a30edc0e2 Mon Sep 17 00:00:00 2001 From: Vadim Girlin Date: Thu, 23 Aug 2012 04:57:29 +0400 Subject: [PATCH] build: remove git_sha1.h.tmp after install --- src/mesa/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index 3b5ef24..6b44848 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -35,6 +35,9 @@ main/git_sha1.h.tmp: fi \ fi +install-exec-hook: + @rm main/git_sha1.h.tmp + main/git_sha1.h: main/git_sha1.h.tmp @echo "updating main/git_sha1.h" @if ! cmp -s main/git_sha1.h.tmp main/git_sha1.h; then \ -- 1.7.11.4