From: Brian Date: Tue, 23 Dec 2008 21:46:25 +0000 (-0600) Subject: demos: remove redundant Makefile lines from prev merge X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa4fec2d1bfa459d46601b2f1e104b9533bf679f;p=mesa.git demos: remove redundant Makefile lines from prev merge --- diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index 4d4da31dc1e..69e15398dce 100644 --- a/progs/glsl/Makefile +++ b/progs/glsl/Makefile @@ -210,14 +210,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 - $(APP_CC) -c -I$(INCDIR) $(CFLAGS) vert-or-frag-only.c - -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