compiler: Add enums for blend state
[mesa.git] / src / compiler / Android.glsl.gen.mk
index 3b94ea7bd2febc022b38272917a382df8f9645b0..1308de2db97405c6f5324bf0acd9d0e6a1124e0c 100644 (file)
@@ -90,8 +90,6 @@ $(intermediates)/glsl/glcpp/glcpp-lex.c: $(LOCAL_PATH)/glsl/glcpp/glcpp-lex.l
 $(intermediates)/glsl/glcpp/glcpp-parse.c: $(LOCAL_PATH)/glsl/glcpp/glcpp-parse.y
        $(call glsl_local-y-to-c-and-h)
 
-$(LOCAL_PATH)/glsl/ir.h: $(intermediates)/glsl/ir_expression_operation.h
-
 $(intermediates)/glsl/ir_expression_operation.h: $(LOCAL_PATH)/glsl/ir_expression_operation.py
        @mkdir -p $(dir $@)
        $(hide) $(MESA_PYTHON2) $< enum > $@