diff options
Diffstat (limited to 'src/gallium/targets/osmesa/Makefile.am')
-rw-r--r-- | src/gallium/targets/osmesa/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/osmesa/Makefile.am b/src/gallium/targets/osmesa/Makefile.am index 25fee6f41a5..8e6aff6c0a6 100644 --- a/src/gallium/targets/osmesa/Makefile.am +++ b/src/gallium/targets/osmesa/Makefile.am @@ -75,7 +75,7 @@ all-local: lib@[email protected] $(MKDIR_P) $(top_builddir)/$(LIB_DIR)/gallium; ln -f .libs/lib@[email protected] $(top_builddir)/$(LIB_DIR)/gallium/lib@[email protected]; ln -f .libs/lib@[email protected].@OSMESA_VERSION@ $(top_builddir)/$(LIB_DIR)/gallium/lib@[email protected].@OSMESA_VERSION@; - cp .libs/lib@[email protected].@[email protected] $(top_builddir)/$(LIB_DIR)/gallium/ + ln -f .libs/lib@[email protected].@[email protected] $(top_builddir)/$(LIB_DIR)/gallium/ endif pkgconfigdir = $(libdir)/pkgconfig |