OSDN Git Service

Fix circular dependency between install-progs and install-libs targets.
authorDiego Biurrun <diego@biurrun.de>
Fri, 28 Mar 2008 01:40:49 +0000 (01:40 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 28 Mar 2008 01:40:49 +0000 (01:40 +0000)
Originally committed as revision 12611 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index 11017c0..750edbf 100644 (file)
@@ -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)"