Separate program installation into its own target.
authorDiego Biurrun <diego@biurrun.de>
Sat, 11 Feb 2006 17:06:59 +0000 (17:06 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 11 Feb 2006 17:06:59 +0000 (17:06 +0000)
Originally committed as revision 4978 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 2a3bd9e..0d04b98 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -108,10 +108,12 @@ documentation:
 
 .PHONY: install
 
-install: all install-man $(INSTALLVHOOK)
+install: all install-progs install-man $(INSTALLVHOOK)
        $(MAKE) -C libavutil install
        $(MAKE) -C libavcodec install
        $(MAKE) -C libavformat install
+
+install-progs:
        install -d "$(bindir)"
        install -c $(INSTALLSTRIP) -m 755 $(PROG) "$(bindir)"