Commit 96fb6d2f authored by diego's avatar diego

Separate program installation into its own target.


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