Mesa (gallium-xlib-rework): glsl: remove duplicate makefile targets

Keith Whitwell keithw at kemper.freedesktop.org
Thu Jan 8 15:35:42 UTC 2009


Module: Mesa
Branch: gallium-xlib-rework
Commit: e73dc6344857c157fd1346fca0646261d716ed15
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e73dc6344857c157fd1346fca0646261d716ed15

Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Thu Jan  8 15:32:43 2009 +0000

glsl: remove duplicate makefile targets

---

 progs/glsl/Makefile |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile
index ff6359d..34da3a5 100644
--- 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




More information about the mesa-commit mailing list