Commit 3adbe49f authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Mans Rullgard

Fix ALLPROGS_G so that *_g binaries get cleaned properly

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent e153e9a5
......@@ -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