From: Diego Biurrun Date: Sat, 11 Feb 2006 17:15:11 +0000 (+0000) Subject: The install-progs target should depend on $(PROG). X-Git-Tag: v0.5~13167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1eb17b3c35567f5bdb03df2b8118229149e29a48;p=platform%2Fupstream%2Flibav.git The install-progs target should depend on $(PROG). Originally committed as revision 4979 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/Makefile b/Makefile index 0d04b98..05a3110 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)"