Fix linking shared libs with parallel make
authorDuncan Coutts <duncan@well-typed.com>
Thu, 30 Apr 2009 12:37:53 +0000 (12:37 +0000)
committerDuncan Coutts <duncan@well-typed.com>
Thu, 30 Apr 2009 12:37:53 +0000 (12:37 +0000)
commit31796c5c0312aa9a04f3519fa32b0f15b9a14541
treeab8b2344be7f616827f8b00d6c776508639a9d98
parent89d9257e7690fc51088858bf6f7e3fb6e8946ecc
Fix linking shared libs with parallel make
Unlike with static libs, when linking shared libs the dependencies
have to already exist. Add a dependency $1_$2_$3_LIBS : $1_$2_$3_DEPS_LIBS
rules/build-package-way.mk