The install target should depend on enabled installation targets.

Originally committed as revision 12612 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent 7b3ca33fb6
commit a7319cc22a
  1. 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…
Cancel
Save