[FFmpeg-cvslog] doc/Makefile: Add missing $(HOSTEXESUF) to print_options

jamal git at videolan.org
Sat Jul 14 12:00:22 CEST 2012


ffmpeg | branch: master | jamal <jamrial at gmail.com> | Wed Jul 11 22:45:00 2012 -0300| [d48f014ff1db985fa3f74eddfb30bf513f99ff7a] | committer: Stefano Sabatini

doc/Makefile: Add missing $(HOSTEXESUF) to print_options

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d48f014ff1db985fa3f74eddfb30bf513f99ff7a
---

 doc/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile b/doc/Makefile
index 37635d0..0ee8121 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -34,7 +34,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