From ac6102bcc5dc85bf5bd1e25e0d94a91441673681 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 31 Mar 2015 14:06:56 -0700 Subject: [PATCH] glsl: Remove bogus Makefile dependency. --- src/glsl/Makefile.am | 2 -- 1 file changed, 2 deletions(-) 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 > $@ -- 2.30.2