From e1a3a63f1383c8971b5ec1f2fd771e9edd31c92e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 22 Oct 2007 17:21:38 +0000 Subject: [PATCH] Further simplify install-progs prerequisites, no need to duplicate PROGS. Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d0ffb6..d3e0c7d 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ doc/%.1: doc/%.pod install: install-progs install-libs install-headers $(INSTALL_TARGETS-yes) ifeq ($(BUILD_SHARED),yes) -install-progs: $(PROGS) install-libs +install-progs: install-libs endif install-progs: $(PROGS) install -d "$(BINDIR)" -- 2.7.4