mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Further simplify install-progs prerequisites, no need to duplicate PROGS.
Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c4fa7ebcda
commit
e1a3a63f13
2
Makefile
2
Makefile
@ -140,7 +140,7 @@ doc/%.1: doc/%.pod
|
|||||||
install: install-progs install-libs install-headers $(INSTALL_TARGETS-yes)
|
install: install-progs install-libs install-headers $(INSTALL_TARGETS-yes)
|
||||||
|
|
||||||
ifeq ($(BUILD_SHARED),yes)
|
ifeq ($(BUILD_SHARED),yes)
|
||||||
install-progs: $(PROGS) install-libs
|
install-progs: install-libs
|
||||||
endif
|
endif
|
||||||
install-progs: $(PROGS)
|
install-progs: $(PROGS)
|
||||||
install -d "$(BINDIR)"
|
install -d "$(BINDIR)"
|
||||||
|
Loading…
Reference in New Issue
Block a user