Commit 0f436973 authored by diego's avatar diego

Fix circular dependency between install-progs and install-libs targets.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12611 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eceb5342
...@@ -71,12 +71,12 @@ clean:: ...@@ -71,12 +71,12 @@ clean::
distclean:: clean distclean:: clean
rm -f .depend rm -f .depend
INSTALL_TARGETS-$(BUILD_SHARED) += install-lib-shared INSTALL_LIB_TARGETS-$(BUILD_SHARED) += install-lib-shared
INSTALL_TARGETS-$(BUILD_STATIC) += install-lib-static INSTALL_LIB_TARGETS-$(BUILD_STATIC) += install-lib-static
install: install-libs install-headers install: install-libs install-headers
install-libs: $(INSTALL_TARGETS-yes) install-libs: $(INSTALL_LIB_TARGETS-yes)
install-lib-shared: $(SLIBNAME) install-lib-shared: $(SLIBNAME)
install -d "$(SHLIBDIR)" install -d "$(SHLIBDIR)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment