Commit 067f3257 authored by diego's avatar diego

Simplify install-progs prerequisite declaration.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10838 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7e4602a4
......@@ -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)"
......
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