Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/tar.new correct LDADD/DPADD



details:   https://anonhg.NetBSD.org/src/rev/b78e4bedf70a
branches:  trunk
changeset: 537993:b78e4bedf70a
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Oct 09 16:17:45 2002 +0000

description:
correct LDADD/DPADD

diffstat:

 gnu/usr.bin/tar.new/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 0d7bf57aa3f7 -r b78e4bedf70a gnu/usr.bin/tar.new/Makefile
--- a/gnu/usr.bin/tar.new/Makefile      Wed Oct 09 16:14:55 2002 +0000
+++ b/gnu/usr.bin/tar.new/Makefile      Wed Oct 09 16:17:45 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2002/10/09 16:14:55 itojun Exp $
+#      $NetBSD: Makefile,v 1.4 2002/10/09 16:17:45 itojun Exp $
 
 .include <bsd.own.mk>
 
@@ -16,7 +16,8 @@
 
 LDADD+=        -lintl
 DPADD+=        ${LIBINTL}
-LDADD+=        ${LIBTARDIR}/libtar.a
+LDADD+=        -L${LIBTARDIR} -ltar
+DPADD+=        ${LIBTARDIR}/libtar.a
 
 .if (${MKDYNAMICROOT} == "no")
 LDSTATIC?= -static



Home | Main Index | Thread Index | Old Index