[FFmpeg-cvslog] doc/Makefile: Add missing $(HOSTEXESUF) to print_options
jamal
git at videolan.org
Thu Sep 13 06:17:07 CEST 2012
ffmpeg | branch: release/0.11 | jamal <jamrial at gmail.com> | Wed Jul 11 22:45:00 2012 -0300| [d14ce698697c1fe0ade462191ef9ae69f03ce6ac] | committer: Michael Niedermayer
doc/Makefile: Add missing $(HOSTEXESUF) to print_options
(cherry picked from commit d48f014ff1db985fa3f74eddfb30bf513f99ff7a)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d14ce698697c1fe0ade462191ef9ae69f03ce6ac
---
doc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile
index 16f6a0d..8c829ef 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -35,7 +35,7 @@ GENTEXI = format codec
GENTEXI := $(GENTEXI:%=doc/avoptions_%.texi)
$(GENTEXI): TAG = GENTEXI
-$(GENTEXI): doc/avoptions_%.texi: doc/print_options
+$(GENTEXI): doc/avoptions_%.texi: doc/print_options$(HOSTEXESUF)
$(M)doc/print_options $* > $@
doc/%.html: TAG = HTML
More information about the ffmpeg-cvslog
mailing list