Makefile: remove unused PROGS_G.

This commit is contained in:
Clément Bœsch 2011-08-29 17:52:16 +02:00 committed by Clément Bœsch
parent 33d9077001
commit f738388bba
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ PROGS-$(CONFIG_FFPROBE) += ffprobe
PROGS-$(CONFIG_FFSERVER) += ffserver
PROGS := $(PROGS-yes:%=%$(EXESUF))
PROGS_G = $(PROGS-yes:%=%_g$(EXESUF))
OBJS = $(PROGS-yes:%=%.o) cmdutils.o
TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64
HOSTPROGS := $(TESTTOOLS:%=tests/%)