From 1eb17b3c35567f5bdb03df2b8118229149e29a48 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 11 Feb 2006 17:15:11 +0000 Subject: The install-progs target should depend on $(PROG). Originally committed as revision 4979 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- cgit v1.2.3