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
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue