Module: Mesa Branch: gallium-0.2 Commit: b2e9d415ed56b856289f4e815cc9c56e8b0cc401 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2e9d415ed56b856289f4e815cc9c56e8b0cc401
Author: Jakob Bornecrantz <[email protected]> Date: Mon Jan 5 11:49:45 2009 +0100 progs/glsl: Remove double target def for vert-or-frag-only --- progs/glsl/Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/progs/glsl/Makefile b/progs/glsl/Makefile index 69e1539..a39170b 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
