From: Keith Whitwell Date: Thu, 8 Jan 2009 15:32:43 +0000 (+0000) Subject: glsl: remove duplicate makefile targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e73dc6344857c157fd1346fca0646261d716ed15;p=mesa.git glsl: remove duplicate makefile targets --- 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