From: Christophe Gisquet <[email protected]> Due to a wrong substitution doc/examples is not added as prerequisite for the objects of the example programs. This results in compiler error due to the non existing output directory.
Bug-Id: 636 Signed-off-by: Janne Grunau <[email protected]> --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 4228c54..e92e72f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -54,7 +54,7 @@ doc/%.1: doc/%.pod $(GENTEXI) $(M)pod2man --section=1 --center=" " --release=" " $< > $@ $(DOCS) doc/doxy/html: | doc/ -$(DOC_EXAMPLES:%=%.o): | doc/examples +$(DOC_EXAMPLES:%$(EXESUF)=%.o): | doc/examples OBJDIRS += doc/examples DOXY_TEMPLATES = doxy_stylesheet.css footer.html header.html -- 1.8.5.4 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
