[FFmpeg-cvslog] build: Do not explicitly add the doc directory to the OBJDIRS list.

Diego Biurrun git at videolan.org
Wed Mar 28 04:26:28 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Mar 26 15:10:12 2012 +0200| [8e0b7e2f148d87f667fe9778b968948d0e1d4627] | committer: Diego Biurrun

build: Do not explicitly add the doc directory to the OBJDIRS list.

Now that a documentation generator is built in the doc directory,
this is no longer necessary.  Fixes the Make warning:
Makefile:188: target `doc' given more than once in the same rule.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e0b7e2f148d87f667fe9778b968948d0e1d4627
---

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

diff --git a/doc/Makefile b/doc/Makefile
index a051f6e..ffb3c5c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -41,7 +41,6 @@ doc/%.1: doc/%.pod $(GENTEXI)
 	$(M)pod2man --section=1 --center=" " --release=" " $< > $@
 
 $(DOCS): | doc
-OBJDIRS += doc
 
 install-progs-$(CONFIG_DOC): install-man
 



More information about the ffmpeg-cvslog mailing list