From: Alexis Ballier Date: Wed, 22 Jun 2011 16:48:27 +0000 (-0400) Subject: Fix parallel install X-Git-Tag: v0.9.7~74^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=653e69e3343c49a0230c6591729515cb52e8edf5;p=libvpx Fix parallel install 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 --- diff --git a/libs.mk b/libs.mk index c09581cc3..ae86fbd9e 100644 --- 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) $@