From e73dc6344857c157fd1346fca0646261d716ed15 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 8 Jan 2009 15:32:43 +0000 Subject: [PATCH] glsl: remove duplicate makefile targets --- progs/glsl/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index ff6359d0344..34da3a5a709 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 -- 2.30.2