pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/syncdir Remove redundant installation of static ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca391fb521a7
branches:  trunk
changeset: 483528:ca391fb521a7
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Nov 14 08:42:28 2004 +0000

description:
Remove redundant installation of static library as installing the libtool
archive does that already.

diffstat:

 devel/syncdir/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r a3d9fa27827d -r ca391fb521a7 devel/syncdir/Makefile
--- a/devel/syncdir/Makefile    Sun Nov 14 08:41:24 2004 +0000
+++ b/devel/syncdir/Makefile    Sun Nov 14 08:42:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/11/14 08:41:24 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2004/11/14 08:42:28 jlam Exp $
 #
 
 DISTNAME=              syncdir-1.0
@@ -24,7 +24,6 @@
 
 do-install:
        cd ${WRKSRC};                                                   \
-       ${LIBTOOL} --mode=install ${INSTALL_LIB} -c libsyncdir.la ${PREFIX}/lib/libsyncdir.la; \
-       ${LIBTOOL} --mode=install ${INSTALL_LIB} -c .libs/libsyncdir.a ${PREFIX}/lib/libsyncdir.a
+       ${LIBTOOL} --mode=install ${INSTALL_LIB} -c libsyncdir.la ${PREFIX}/lib/libsyncdir.la
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index