mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 05:50:25 +01:00
freedreno: automake: correctly set MKDIR_GEN
Analogous to previous commit. Fixes:4610e5ef28"freedreno/ir3: fix sin/cos" Cc: "12.0 13.0" <mesa-dev@lists.freedesktop.org> Cc: Rob Clark <robclark@freedesktop.org> Cc: Nicolas Dechesne <nicolas.dechesne@linaro.org> Reported-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Tested-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (cherry picked from commita922c82125)
This commit is contained in:
parent
c22ee800d2
commit
fe1b2f7341
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ AM_CFLAGS = \
|
|||
$(GALLIUM_DRIVER_CFLAGS) \
|
||||
$(FREEDRENO_CFLAGS)
|
||||
|
||||
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) PYTHONPATH=$(top_srcdir)/src/compiler/nir $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/ir3/ir3_nir_trig.py > $@ || ($(RM) $@; false)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue