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" <mesa-stable@lists.freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
@@ -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; \
|
||||
|
Reference in New Issue
Block a user