From 2c0f72d5389a9838cc4fbf4cc4f4291aa56c7845 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 2 Mar 2015 15:58:19 +0000 Subject: [PATCH] mesa: drop Makefile from get_hash.h dependency list Not required. Additionally this had the side effect of generating the file, despite it's existence. Cc: "10.5" Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- src/mesa/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index 5f9ee1e25ff..3dab8f03f98 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -93,7 +93,7 @@ CLEANFILES = \ GET_HASH_GEN = main/get_hash_generator.py main/get_hash.h: ../mapi/glapi/gen/gl_and_es_API.xml main/get_hash_params.py \ - $(GET_HASH_GEN) Makefile + $(GET_HASH_GEN) $(AM_V_GEN)set -e; \ $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/$(GET_HASH_GEN) \ -f $< > $@.tmp; \ -- 2.30.2