summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-10 14:20:43 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-10 14:24:15 +0100
commit1c1bb203ddae855547e58fb1d08aee59888aa967 (patch)
tree563e9d67c04e926c0bbc39d2623104d04d0731fd /doc/Makefile
parentec8e232b53b3c047f0e05eb4e385fd794fc3bf74 (diff)
parent682b2a809b446c4ca45f88a84c1d92ccfcbcfbd1 (diff)
downloadffmpeg-1c1bb203ddae855547e58fb1d08aee59888aa967.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: build: fix examples compilation when EXESUF is not empty Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 8077ea6e36..466d5700bb 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -104,7 +104,7 @@ doc/%.3: doc/%.pod $(GENTEXI)
$(M)pod2man --section=3 --center=" " --release=" " $< > $@
$(DOCS) doc/doxy/html: | doc/
-$(DOC_EXAMPLES:%=%.o): | doc/examples
+$(DOC_EXAMPLES:%$(EXESUF)=%.o): | doc/examples
OBJDIRS += doc/examples
doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)