X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=install-gallium-links.mk;h=5ee923b25df8a9b985362200ec8e62373154c641;hb=8fe888fafd992474672cdb10aafadd6f60811136;hp=49264639e708905d649748e9d52d8949e8dddc4b;hpb=bba9c28215f96a6570c290906b64eea83383beb8;p=mesa.git diff --git a/install-gallium-links.mk b/install-gallium-links.mk index 49264639e70..5ee923b25df 100644 --- a/install-gallium-links.mk +++ b/install-gallium-links.mk @@ -1,6 +1,7 @@ # Provide compatibility with scripts for the old Mesa build system for # a while by putting a link to the driver into /lib of the build tree. +if HAVE_COMPAT_SYMLINKS all-local : .libs/install-gallium-links .libs/install-gallium-links : $(dri_LTLIBRARIES) $(vdpau_LTLIBRARIES) $(egl_LTLIBRARIES) $(lib_LTLIBRARIES) @@ -21,3 +22,4 @@ all-local : .libs/install-gallium-links ln -f $$f $$link_dir; \ fi; \ done && touch $@ +endif