Skip to content
Snippets Groups Projects
Commit 3adbe49f authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Mans Rullgard
Browse files

Fix ALLPROGS_G so that *_g binaries get cleaned properly


Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent e153e9a5
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ HOSTPROGS := $(TESTPROGS:%=tests/%) ...@@ -21,7 +21,7 @@ HOSTPROGS := $(TESTPROGS:%=tests/%)
BASENAMES = ffmpeg ffplay ffprobe ffserver BASENAMES = ffmpeg ffplay ffprobe ffserver
ALLPROGS = $(BASENAMES:%=%$(EXESUF)) ALLPROGS = $(BASENAMES:%=%$(EXESUF))
ALLPROGS_G = $(BASENAMES:%=_g$(EXESUF)) ALLPROGS_G = $(BASENAMES:%=%_g$(EXESUF))
ALLMANPAGES = $(BASENAMES:%=%.1) ALLMANPAGES = $(BASENAMES:%=%.1)
ALLHTMLPAGES= $(BASENAMES:%=%.html) ALLHTMLPAGES= $(BASENAMES:%=%.html)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment