From 81dcdc53a37d81d12942ab46878a3f810615f074 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 11 Feb 2006 17:06:59 +0000 Subject: [PATCH] Separate program installation into its own target. Originally committed as revision 4978 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a3bd9e..0d04b98 100644 --- a/Makefile +++ b/Makefile @@ -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)" -- 2.7.4