glsl: Remove bogus Makefile dependency.
authorMatt Turner <mattst88@gmail.com>
Tue, 31 Mar 2015 21:06:56 +0000 (14:06 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 31 Mar 2015 21:14:36 +0000 (14:14 -0700)
src/glsl/Makefile.am

index ed90366a010eda646f0e46afd7ab76fe0acd374c..6cef9736f90dacd1ad65ca6b8a24e681f1b9f4aa 100644 (file)
@@ -252,8 +252,6 @@ nir/nir_opcodes.h: nir/nir_opcodes.py nir/nir_opcodes_h.py
        $(MKDIR_P) nir;                                                 \
        $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/nir/nir_opcodes_h.py > $@
 
-nir/nir.h: nir/nir_opcodes.h
-
 nir/nir_opcodes.c: nir/nir_opcodes.py nir/nir_opcodes_c.py
        $(MKDIR_P) nir;                                                 \
        $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/nir/nir_opcodes_c.py > $@