Module: Mesa Branch: master Commit: b30e37ec642186add961a520ae254680e5af4ba3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b30e37ec642186add961a520ae254680e5af4ba3
Author: Emil Velikov <[email protected]> Date: Mon Dec 10 11:45:42 2018 +0000 freedreno: drop duplicate MKDIR_GEN declaration Fixes: aa0fed10d35 ("freedreno: move ir3 to common location") Signed-off-by: Emil Velikov <[email protected]> --- src/freedreno/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freedreno/Makefile.am b/src/freedreno/Makefile.am index 8f027e34f8..d9ab9fa155 100644 --- a/src/freedreno/Makefile.am +++ b/src/freedreno/Makefile.am @@ -69,7 +69,6 @@ libfreedreno_ir3_LIBADD = \ $(top_builddir)/src/compiler/nir/libnir.la \ $(top_builddir)/src/util/libmesautil.la -MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D) ir3/ir3_nir_trig.c: ir3/ir3_nir_trig.py $(top_srcdir)/src/compiler/nir/nir_algebraic.py $(MKDIR_GEN) $(AM_V_GEN) $(PYTHON) $(PYTHON_FLAGS) $(srcdir)/ir3/ir3_nir_trig.py -p $(top_srcdir)/src/compiler/nir > $@ || ($(RM) $@; false) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
