summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2011-01-25 07:58:18 +0000
committerMans Rullgard <mans@mansr.com>2011-01-25 12:46:10 +0000
commit3adbe49f2b1a25d2fd44080167b6519c4ce4e30e (patch)
treec3c8b9756181fed838105cf2ad071668b66524b1 /Makefile
parente153e9a53a6fbfba974b8263bca70f7bba02952c (diff)
Fix ALLPROGS_G so that *_g binaries get cleaned properly
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1fd7b4e42..2fe605ae66 100644
--- a/Makefile
+++ b/Makefile
@@ -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)