diff options
author | Emil Velikov <[email protected]> | 2015-03-02 15:58:19 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-05 14:45:55 +0000 |
commit | 2c0f72d5389a9838cc4fbf4cc4f4291aa56c7845 (patch) | |
tree | 7580a0d243d44feee52115b36c055fd8b95d1696 /src/mesa/Makefile.am | |
parent | d22391cb165af4ed2f9a9e5d6233072a432cc969 (diff) |
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" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 $< > [email protected]; \ |