summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-02 15:58:19 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-05 14:45:55 +0000
commit2c0f72d5389a9838cc4fbf4cc4f4291aa56c7845 (patch)
tree7580a0d243d44feee52115b36c055fd8b95d1696 /src/mesa/Makefile.am
parentd22391cb165af4ed2f9a9e5d6233072a432cc969 (diff)
downloadexternal_mesa3d-2c0f72d5389a9838cc4fbf4cc4f4291aa56c7845.zip
external_mesa3d-2c0f72d5389a9838cc4fbf4cc4f4291aa56c7845.tar.gz
external_mesa3d-2c0f72d5389a9838cc4fbf4cc4f4291aa56c7845.tar.bz2
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>
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 5f9ee1e..3dab8f0 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; \