glsl: remove duplicate makefile targets
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 8 Jan 2009 15:32:43 +0000 (15:32 +0000)
committerKeith Whitwell <keithw@vmware.com>
Thu, 8 Jan 2009 15:35:35 +0000 (15:35 +0000)
progs/glsl/Makefile

index ff6359d0344680227183cddfd587cb993ae1dbea..34da3a5a7092238eeaaa43d8eda8766514390113 100644 (file)
@@ -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