The install-progs target should depend on $(PROG).
authorDiego Biurrun <diego@biurrun.de>
Sat, 11 Feb 2006 17:15:11 +0000 (17:15 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 11 Feb 2006 17:15:11 +0000 (17:15 +0000)
Originally committed as revision 4979 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 0d04b98..05a3110 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ install: all install-progs install-man $(INSTALLVHOOK)
        $(MAKE) -C libavcodec install
        $(MAKE) -C libavformat install
 
-install-progs:
+install-progs: $(PROG)
        install -d "$(bindir)"
        install -c $(INSTALLSTRIP) -m 755 $(PROG) "$(bindir)"