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

jamal jamrial at gmail.com
Thu Jul 12 03:45:00 CEST 2012


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

diff --git a/doc/Makefile b/doc/Makefile
index a9c9ea6..7af2e48 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
-- 
1.7.8.6



More information about the ffmpeg-devel mailing list