Commit 59d22235 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4979 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 96fb6d2f
......@@ -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