Mesa (master): glsl: Remove bogus Makefile dependency.

Matt Turner mattst88 at kemper.freedesktop.org
Tue Mar 31 21:48:14 UTC 2015


Module: Mesa
Branch: master
Commit: ac6102bcc5dc85bf5bd1e25e0d94a91441673681
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac6102bcc5dc85bf5bd1e25e0d94a91441673681

Author: Matt Turner <mattst88 at gmail.com>
Date:   Tue Mar 31 14:06:56 2015 -0700

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 ed90366..6cef973 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 > $@




More information about the mesa-commit mailing list