projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
153b4d5
)
glsl: remove duplicate makefile targets
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 8 Jan 2009 15:32:43 +0000
(15:32 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Thu, 8 Jan 2009 15:35:35 +0000
(15:35 +0000)
progs/glsl/Makefile
patch
|
blob
|
history
diff --git
a/progs/glsl/Makefile
b/progs/glsl/Makefile
index ff6359d0344680227183cddfd587cb993ae1dbea..34da3a5a7092238eeaaa43d8eda8766514390113 100644
(file)
--- a/
progs/glsl/Makefile
+++ b/
progs/glsl/Makefile
@@
-202,13
+202,6
@@
vert-or-frag-only: vert-or-frag-only.o shaderutil.o
-vert-or-frag-only.o: vert-or-frag-only.c extfuncs.h shaderutil.h
- $(CC) -c -I$(INCDIR) $(CFLAGS) vert-or-frag-only.c
-
-vert-or-frag-only: vert-or-frag-only.o shaderutil.o
- $(CC) -I$(INCDIR) $(CFLAGS) $(LDFLAGS) vert-or-frag-only.o shaderutil.o $(LIBS) -o $@
-
-
vert-tex.o: vert-tex.c extfuncs.h shaderutil.h
$(APP_CC) -c -I$(INCDIR) $(CFLAGS) vert-tex.c