mk: fix external library build when combine is enabled
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 8 Dec 2015 00:50:17 +0000 (01:50 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 8 Dec 2015 02:00:42 +0000 (03:00 +0100)
commit341a1e0664a1a55709af60dde6f76963de0d731d
treef83b54e9ce8c399a7168825edd52643535573fbe
parentd90f09dbc748563b9fbbeff2a94d86f772a06e29
mk: fix external library build when combine is enabled

The object files are copied to prepare the internal combined library.
It must be disabled when building an external library.

It has been seen because the directory was missing:
examples/ethtool/lib/x86_64-native-linuxapp-gcc/build/lib:
No such file or directory

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
mk/rte.lib.mk