Commit c4fa7ebc authored by Diego Biurrun's avatar Diego Biurrun

Simplify install-progs prerequisite declaration.

Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3a994ca4
......@@ -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