diff options
author | tv <tv@pkgsrc.org> | 2004-10-13 18:00:08 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-13 18:00:08 +0000 |
commit | cb1bc94217b91b879789eccd5e58e108b78b3b5a (patch) | |
tree | 314658a09bf8aa73e9f9d9df4aea6960ec191df9 /graphics/Mesa | |
parent | 7f3683f1ed25e986986c070f1bd7d505fa26b432 (diff) | |
download | pkgsrc-cb1bc94217b91b879789eccd5e58e108b78b3b5a.tar.gz |
INSTALL_DATA -> INSTALL_LIB.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index b9e5b2b6159..ddbf7e2ca7a 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.30 2004/04/09 13:05:52 adam Exp $ +# $NetBSD: Makefile.common,v 1.31 2004/10/13 18:00:08 tv Exp $ # DISTNAME= MesaLib-${MESA_VERSION} @@ -30,7 +30,7 @@ pre-install: @if [ -n "${INSTLIBS}" ]; then \ ${ECHO_MSG} "Installing libraries."; \ for lib in ${INSTLIBS}; do \ - ${LIBTOOL} --mode=install ${INSTALL_DATA} \ + ${LIBTOOL} --mode=install ${INSTALL_LIB} \ $${lib} ${PREFIX}/lib; \ done; \ fi |