mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
7b3ca33fb6
commit
a7319cc22a
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue