Commit 859749e0 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Michael Niedermayer

Fix ALLPROGS_G so that *_g binaries get cleaned properly

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
(cherry picked from commit 3adbe49f)
parent 8719b5dd
......@@ -21,7 +21,7 @@ HOSTPROGS := $(TESTPROGS:%=tests/%)
BASENAMES = ffmpeg ffplay ffprobe ffserver
ALLPROGS = $(BASENAMES:%=%$(EXESUF))
ALLPROGS_G = $(BASENAMES:%=_g$(EXESUF))
ALLPROGS_G = $(BASENAMES:%=%_g$(EXESUF))
ALLMANPAGES = $(BASENAMES:%=%.1)
ALLHTMLPAGES= $(BASENAMES:%=%.html)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment