From c4fa7ebcdac8121471e73d2870e94591937ead13 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 22 Oct 2007 17:15:12 +0000 Subject: Simplify install-progs prerequisite declaration. Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2951ebc6c9..6d0ffb6ff1 100644 --- a/Makefile +++ b/Makefile @@ -141,9 +141,8 @@ install: install-progs install-libs install-headers $(INSTALL_TARGETS-yes) ifeq ($(BUILD_SHARED),yes) install-progs: $(PROGS) install-libs -else -install-progs: $(PROGS) endif +install-progs: $(PROGS) install -d "$(BINDIR)" install -c -m 755 $(PROGS) "$(BINDIR)" -- cgit v1.2.3