progs/glsl: Remove double target def for vert-or-frag-only
authorJakob Bornecrantz <jakob@vmware.com>
Mon, 5 Jan 2009 10:49:45 +0000 (11:49 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Mon, 5 Jan 2009 10:52:30 +0000 (11:52 +0100)
progs/glsl/Makefile

index 69e15398dce05fedca77192dbc0b3dc7b926ba59..a39170b8c9ca0165d801d7863473c28d1c096f76 100644 (file)
@@ -209,7 +209,6 @@ vert-or-frag-only: vert-or-frag-only.o shaderutil.o
        $(APP_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