projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4fa7eb
)
Further simplify install-progs prerequisites, no need to duplicate PROGS.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 22 Oct 2007 17:21:38 +0000
(17:21 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 22 Oct 2007 17:21:38 +0000
(17:21 +0000)
Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6d0ffb6ff15bdeb8e8055f59515e865d149dfefb..d3e0c7d6ff319fc3a806104b4bc46a107262ada0 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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)"