]> granicus.if.org Git - libvpx/commitdiff
Fix parallel install
authorAlexis Ballier <aballier@gentoo.org>
Wed, 22 Jun 2011 16:48:27 +0000 (12:48 -0400)
committerAlexis Ballier <aballier@gentoo.org>
Wed, 22 Jun 2011 16:53:07 +0000 (12:53 -0400)
Require the destination to be present before trying to create the symlink.
See: http://bugs.gentoo.org/show_bug.cgi?id=323805

Change-Id: I14ed4a9792dedc289885a9a43bc5a86cb792206d

libs.mk

diff --git a/libs.mk b/libs.mk
index c09581cc30878c1b2116ef376562adab647e1f4a..ae86fbd9ed346da92a8817f6051b7202b4e77f2a 100644 (file)
--- a/libs.mk
+++ b/libs.mk
@@ -198,7 +198,7 @@ libvpx.ver: $(call enabled,CODEC_EXPORTS)
        $(qexec)echo "local: *; };" >> $@
 CLEAN-OBJS += libvpx.ver
 
-$(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)):
+$(addprefix $(DIST_DIR)/,$(LIBVPX_SO_SYMLINKS)): $(DIST_DIR)/$(LIBSUBDIR)/$(LIBVPX_SO)
        @echo "    [LN]      $@"
        $(qexec)ln -sf $(LIBVPX_SO) $@