Commit 728c84f4 authored by diego's avatar diego

The install target should depend on enabled installation targets.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12612 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0f436973
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment