OSDN Git Service
(root)
/
android-x86
/
external-ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8719b5d
)
Fix ALLPROGS_G so that *_g binaries get cleaned properly
author
Daniel Verkamp
<daniel@drv.nu>
Tue, 25 Jan 2011 07:58:18 +0000
(07:58 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 26 Jan 2011 02:43:30 +0000
(
03:43
+0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit
3adbe49f2b1a25d2fd44080167b6519c4ce4e30e
)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
a1fd7b4
..
2fe605a
100644
(file)
--- 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)