OSDN Git Service

The install target should depend on enabled installation targets.
authorDiego Biurrun <diego@biurrun.de>
Fri, 28 Mar 2008 01:49:01 +0000 (01:49 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 28 Mar 2008 01:49:01 +0000 (01:49 +0000)
Originally committed as revision 12612 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 8d85a0e..3892707 100644 (file)
--- a/Makefile
+++ b/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