projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c38f89
)
glsl: Remove bogus Makefile dependency.
author
Matt Turner
<mattst88@gmail.com>
Tue, 31 Mar 2015 21:06:56 +0000
(14:06 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Tue, 31 Mar 2015 21:14:36 +0000
(14:14 -0700)
src/glsl/Makefile.am
patch
|
blob
|
history
diff --git
a/src/glsl/Makefile.am
b/src/glsl/Makefile.am
index ed90366a010eda646f0e46afd7ab76fe0acd374c..6cef9736f90dacd1ad65ca6b8a24e681f1b9f4aa 100644
(file)
--- 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 > $@