Commit e1a3a63f authored by Diego Biurrun's avatar Diego Biurrun

Further simplify install-progs prerequisites, no need to duplicate PROGS.

Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c4fa7ebc
......@@ -140,7 +140,7 @@ doc/%.1: doc/%.pod
install: install-progs install-libs install-headers $(INSTALL_TARGETS-yes)
ifeq ($(BUILD_SHARED),yes)
install-progs: $(PROGS) install-libs
install-progs: install-libs
endif
install-progs: $(PROGS)
install -d "$(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