Not required. Additionally this had the side effect of generating the
file, despite it's existence.

Cc: "10.5" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
---
 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 17697bf..c1c466a 100644
--- a/src/mesa/Makefile.am
+++ b/src/mesa/Makefile.am
@@ -94,7 +94,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 $< > [email protected];                                         \
-- 
2.3.1

_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to