Skip to content
Snippets Groups Projects
Commit a7319cc2 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

The install target should depend on enabled installation targets.

Originally committed as revision 12612 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7b3ca33f
No related branches found
No related tags found
No related merge requests found
...@@ -141,6 +141,8 @@ doc/%.pod: doc/%-doc.texi ...@@ -141,6 +141,8 @@ doc/%.pod: doc/%-doc.texi
doc/%.1: doc/%.pod doc/%.1: doc/%.pod
pod2man --section=1 --center=" " --release=" " $< > $@ pod2man --section=1 --center=" " --release=" " $< > $@
install: $(INSTALL_TARGETS-yes)
ifeq ($(BUILD_SHARED),yes) ifeq ($(BUILD_SHARED),yes)
install-progs: install-libs install-progs: install-libs
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment