summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-11-24 23:11:59 +0200
committerMartin Storsjö <martin@martin.st>2013-11-25 11:20:55 +0200
commit09cd0a3176204e5ce3e8279ec79706c8cfd0fe38 (patch)
tree300249fb27bd4f512ae86e1d91fac1cb71a6895a /doc/Makefile
parentdedfa00107dbbb319d0e33faac683557b86d1007 (diff)
doc: Add the host executable suffix for the print_options dependency
This fixes building on windows. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index b76772bc2d..f0f9da2462 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -25,7 +25,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