progs/glsl: Remove double target def for vert-or-frag-only

This commit is contained in:
Jakob Bornecrantz 2009-01-05 11:49:45 +01:00
parent bd2e8888ed
commit b2e9d415ed

View file

@ -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