From: Jakob Bornecrantz Date: Mon, 5 Jan 2009 10:49:45 +0000 (+0100) Subject: progs/glsl: Remove double target def for vert-or-frag-only X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2e9d415ed56b856289f4e815cc9c56e8b0cc401;p=mesa.git progs/glsl: Remove double target def for vert-or-frag-only --- diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index 69e15398dce..a39170b8c9c 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -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