summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-02-11 17:15:11 +0000
committerDiego Biurrun <diego@biurrun.de>2006-02-11 17:15:11 +0000
commit1eb17b3c35567f5bdb03df2b8118229149e29a48 (patch)
tree30585fc02899785aeca10e26563394c039407c0e /Makefile
parent81dcdc53a37d81d12942ab46878a3f810615f074 (diff)
The install-progs target should depend on $(PROG).
Originally committed as revision 4979 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d04b986bb..05a3110a2f 100644
--- 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)"