glcpp: Avoid unnecessary strcmp()
[mesa.git] / src / compiler / Makefile.nir.am
index 6cef3229e46660f6cbea68799a49923811d03eb0..13f02a7fc29c3139d3a763ed536997814bd87280 100644 (file)
@@ -31,8 +31,6 @@ nir_libnir_la_SOURCES =                                       \
        $(SPIRV_FILES)                                  \
        $(NIR_GENERATED_FILES)
 
-PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS)
-
 nir/nir_builder_opcodes.h: nir/nir_opcodes.py nir/nir_builder_opcodes_h.py
        $(MKDIR_GEN)
        $(PYTHON_GEN) $(srcdir)/nir/nir_builder_opcodes_h.py > $@ || ($(RM) $@; false)
@@ -105,4 +103,5 @@ EXTRA_DIST += \
        nir/nir_opcodes_h.py                            \
        nir/nir_opt_algebraic.py                        \
        nir/tests \
+       nir/README \
        SConscript.nir