summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-22 17:15:12 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-22 17:15:12 +0000
commitc4fa7ebcdac8121471e73d2870e94591937ead13 (patch)
tree715f6097d2580f5d70a41b91e115b050b921df1a /Makefile
parent3a994ca43b28fcb189ec7f870f188853e676b3f2 (diff)
Simplify install-progs prerequisite declaration.
Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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)"