From edb5b380994125bf33929ef7dc5a3c456dfbe93b Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 31 Mar 2014 18:04:51 +0200 Subject: libxtrans mesa git update 31 Mar 2014 libxtrans commit a57a7f62242e1ea972b81414741729bf3dbae0a4 mesa commit d681b22ed77274a805c6c8e81925c18eeb57a968 --- mesalib/install-lib-links.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mesalib/install-lib-links.mk') diff --git a/mesalib/install-lib-links.mk b/mesalib/install-lib-links.mk index 0e1371987..09fb86a0b 100644 --- a/mesalib/install-lib-links.mk +++ b/mesalib/install-lib-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 BUILD_SHARED if HAVE_COMPAT_SYMLINKS all-local : .libs/install-mesa-links @@ -14,3 +15,4 @@ all-local : .libs/install-mesa-links fi; \ done && touch $@ endif +endif -- cgit v1.2.3