Module: Mesa Branch: 10.5 Commit: 19422e433c5d1b72f2b72ea9a74cf991fd6cada9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19422e433c5d1b72f2b72ea9a74cf991fd6cada9
Author: Emil Velikov <[email protected]> Date: Mon Mar 2 14:28:41 2015 +0000 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]> --- 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]; \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
