projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e153e9a
)
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
Mans Rullgard
<mans@mansr.com>
Tue, 25 Jan 2011 12:46:10 +0000
(12:46 +0000)
Signed-off-by: Mans Rullgard <mans@mansr.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index a1fd7b4e42bf4d694e08dd3af82e8b883c1c39cc..2fe605ae66349f4a280444cd5b3ed1a84662df0e 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)