[FFmpeg-devel] [PATCH 3/3] doc: Add missing $(EXESUF) to print_options

jamal jamrial at gmail.com
Wed Jul 11 04:24:06 CEST 2012


---
 doc/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index 1bed959..a0fd294 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -38,7 +38,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$(EXESUF)
 	$(M)doc/print_options $* > $@
 
 doc/%.html: TAG = HTML
-- 
1.7.3.4



More information about the ffmpeg-devel mailing list