[SCM] libav/experimental: Fix circular dependency between install-progs and install-libs targets.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:17:52 UTC 2013


The following commit has been merged in the experimental branch:
commit 7b3ca33fb61d53371f787c1acdcd1b190130db9f
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Mar 28 01:40:49 2008 +0000

    Fix circular dependency between install-progs and install-libs targets.
    
    Originally committed as revision 12611 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/common.mak b/common.mak
index 11017c0..750edbf 100644
--- a/common.mak
+++ b/common.mak
@@ -71,12 +71,12 @@ clean::
 distclean:: clean
 	rm -f .depend
 
-INSTALL_TARGETS-$(BUILD_SHARED) += install-lib-shared
-INSTALL_TARGETS-$(BUILD_STATIC) += install-lib-static
+INSTALL_LIB_TARGETS-$(BUILD_SHARED) += install-lib-shared
+INSTALL_LIB_TARGETS-$(BUILD_STATIC) += install-lib-static
 
 install: install-libs install-headers
 
-install-libs: $(INSTALL_TARGETS-yes)
+install-libs: $(INSTALL_LIB_TARGETS-yes)
 
 install-lib-shared: $(SLIBNAME)
 	install -d "$(SHLIBDIR)"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list