diff options
| author | elric <elric@NetBSD.org> | 2003-01-26 06:51:04 +0000 |
|---|---|---|
| committer | elric <elric@NetBSD.org> | 2003-01-26 06:51:04 +0000 |
| commit | f344b59521fc677a056fd480b0cf80929422a53d (patch) | |
| tree | e290913d6055a3f030511872b6e439f24e283d1f /gnu/usr.bin/diffutils/Makefile.inc | |
| parent | daf84696c690ecae0bcc9a8e59b138a269a5d788 (diff) | |
Point to an existing dist dir.
Diffstat (limited to 'gnu/usr.bin/diffutils/Makefile.inc')
| -rw-r--r-- | gnu/usr.bin/diffutils/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/diffutils/Makefile.inc b/gnu/usr.bin/diffutils/Makefile.inc index 5d0554011ab..69df1f38170 100644 --- a/gnu/usr.bin/diffutils/Makefile.inc +++ b/gnu/usr.bin/diffutils/Makefile.inc @@ -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 |
