summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-28 03:07:55 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-28 03:07:55 +0000
commitdfd10838317ae32d0536346d6f7ec34c0d9cc3d0 (patch)
tree7468b3143cfff2543a94b66013a58eb313e05c96 /Makefile
parent88ad036874bd31f8060459a7962ac758bb320f1d (diff)
Move INSTALL_PROGS_TARGETS variable to a better place.
Originally committed as revision 12616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a185f7f2a5..cd4acc2228 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ ifneq ($(PROGS),)
INSTALL_TARGETS-yes += install-progs
INSTALL_TARGETS-$(BUILD_DOC) += install-man
endif
+INSTALL_PROGS_TARGETS-$(BUILD_SHARED) = install-libs
main: lib $(PROGS_G) $(PROGS) $(ALL_TARGETS-yes)
@@ -138,8 +139,6 @@ doc/%.1: doc/%.pod
install: $(INSTALL_TARGETS-yes)
-INSTALL_PROGS_TARGETS-$(BUILD_SHARED) = install-libs
-
install-progs: $(PROGS) $(INSTALL_PROGS_TARGETS-yes)
install -d "$(BINDIR)"
install -c -m 755 $(PROGS) "$(BINDIR)"