pipeline: fix truncated dependency list
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 21 Jun 2016 08:11:47 +0000 (11:11 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 29 Jun 2016 11:33:01 +0000 (13:33 +0200)
commitfef3066c40d9641352d938a775e4724f76820314
treeb5a22cc53c6e77f174a9df8cc4fcdb40cf3d3d7a
parenta1e322f1f5eb155fd1c3907194054d0123830eed
pipeline: fix truncated dependency list

In other libraries, dependency list is always appended to, but
in commit 6cbf4f75e059 it with an assignment. This causes the
librte_eal dependency added in commit 6cbf4f75e059 to get discarded,
resulting in missing dependency on librte_eal.

Fixes: 6cbf4f75e059 ("mk: fix missing internal dependencies")

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
lib/librte_pipeline/Makefile