Skip to content
Snippets Groups Projects
Commit afe00ddc authored by Lucas Stach's avatar Lucas Stach Committed by Emil Velikov
Browse files

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: default avatarMatt Turner <mattst88@gmail.com>
Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
(cherry picked from commit 5c1aac17)
parent b9b8c102
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment