OSDN Git Service

install-lib-links: don't depend on .libs directory
authorLucas Stach <l.stach@pengutronix.de>
Thu, 19 Feb 2015 13:52:49 +0000 (14:52 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 24 Feb 2015 12:32:55 +0000 (12:32 +0000)
commitafe00ddc204e01c0038fbe186cbc06e4b02feadc
treea7e52042170c61770ace55b2de9e3bb74fee32fc
parentb9b8c10273a9bf877fb9de4141a740f8a60e78df
install-lib-links: don't depend on .libs directory

This snippet can be included in Makefiles that may, depending on the
project configuration, not actually build any installable libraries.

In that case we don't have anything to depend on and this part of
the makefile may be executed before the .libs directory is created,
so do not depend on it being there.

Cc: "10.3 10.4 10.5" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
(cherry picked from commit 5c1aac17adffeef9bb6171d83cc7ddd94c61c5f2)
install-lib-links.mk