Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/diffutils Point to an existing dist dir.



details:   https://anonhg.NetBSD.org/src/rev/4de4b29cf95d
branches:  trunk
changeset: 542310:4de4b29cf95d
user:      elric <elric%NetBSD.org@localhost>
date:      Sun Jan 26 06:51:04 2003 +0000

description:
Point to an existing dist dir.

diffstat:

 gnu/usr.bin/diffutils/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 84db96bc965b -r 4de4b29cf95d gnu/usr.bin/diffutils/Makefile.inc
--- a/gnu/usr.bin/diffutils/Makefile.inc        Sun Jan 26 06:42:31 2003 +0000
+++ b/gnu/usr.bin/diffutils/Makefile.inc        Sun Jan 26 06:51:04 2003 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.1.1.1 2003/01/26 00:40:40 wiz Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2003/01/26 06:51:04 elric Exp $
 
 .include <bsd.own.mk>
 
 WARNS= 0
 
-IDIST= ${NETBSDSRCDIR}/gnu/dist/diffutils-2.8.1
+IDIST= ${NETBSDSRCDIR}/gnu/dist/diffutils
 
 CPPFLAGS+=     -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H \
                -I${.CURDIR}/../include -I${IDIST}/lib



Home | Main Index | Thread Index | Old Index