Commit 1eb17b3c authored by Diego Biurrun's avatar Diego Biurrun

The install-progs target should depend on $(PROG).

Originally committed as revision 4979 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 81dcdc53
......@@ -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)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment