Commit 4333ad1d authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12613 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 728c84f4
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment