提交 c1ac39b3 编写于 作者: D Diego Biurrun

Replace ifeq to declare install-progs dependencies by a variable.

Originally committed as revision 12613 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 a7319cc2
......@@ -143,10 +143,9 @@ doc/%.1: doc/%.pod
install: $(INSTALL_TARGETS-yes)
ifeq ($(BUILD_SHARED),yes)
install-progs: install-libs
endif
install-progs: $(PROGS)
INSTALL_PROGS_TARGETS-$(BUILD_SHARED) = install-libs
install-progs: $(PROGS) $(INSTALL_PROGS_TARGETS-yes)
install -d "$(BINDIR)"
install -c -m 755 $(PROGS) "$(BINDIR)"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册