diff options
author | Emil Velikov <[email protected]> | 2015-03-02 14:28:41 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-02 15:50:32 +0000 |
commit | 19422e433c5d1b72f2b72ea9a74cf991fd6cada9 (patch) | |
tree | f96418314396c28cdfa39f726c4a739b871e3190 | |
parent | 1b00847bb2393285be514c0844e7e15a70fba284 (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]>
-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 17697bf2187..c1c466a315e 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]; \ |