summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-03-31 14:06:56 -0700
committerMatt Turner <mattst88@gmail.com>2015-03-31 14:14:36 -0700
commitac6102bcc5dc85bf5bd1e25e0d94a91441673681 (patch)
treedf53ca6b7681e11db17340cb93570cea777f150e /src/glsl/Makefile.am
parent2c38f891ad82881cd3cc6e4323bfca7bdb13d13a (diff)
downloadexternal_mesa3d-ac6102bcc5dc85bf5bd1e25e0d94a91441673681.zip
external_mesa3d-ac6102bcc5dc85bf5bd1e25e0d94a91441673681.tar.gz
external_mesa3d-ac6102bcc5dc85bf5bd1e25e0d94a91441673681.tar.bz2
glsl: Remove bogus Makefile dependency.
Diffstat (limited to 'src/glsl/Makefile.am')
-rw-r--r--src/glsl/Makefile.am2
1 files changed, 0 insertions, 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 > $@