The install target should depend on enabled installation targets.

Originally committed as revision 12612 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-03-28 01:49:01 +00:00
parent 7b3ca33fb6
commit a7319cc22a
1 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,8 @@ doc/%.pod: doc/%-doc.texi
doc/%.1: doc/%.pod
pod2man --section=1 --center=" " --release=" " $< > $@
install: $(INSTALL_TARGETS-yes)
ifeq ($(BUILD_SHARED),yes)
install-progs: install-libs
endif