From: Matt Turner Date: Tue, 31 Mar 2015 21:06:56 +0000 (-0700) Subject: glsl: Remove bogus Makefile dependency. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac6102bcc5dc85bf5bd1e25e0d94a91441673681;p=mesa.git glsl: Remove bogus Makefile dependency. --- diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index ed90366a010..6cef9736f90 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -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 > $@