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 no file in .CURDIR



details:   https://anonhg.NetBSD.org/src/rev/0d7bf57aa3f7
branches:  trunk
changeset: 537992:0d7bf57aa3f7
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Oct 09 16:14:55 2002 +0000

description:
no file in .CURDIR

diffstat:

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

diffs (18 lines):

diff -r f74c85e40637 -r 0d7bf57aa3f7 gnu/usr.bin/tar.new/Makefile
--- a/gnu/usr.bin/tar.new/Makefile      Wed Oct 09 16:13:07 2002 +0000
+++ b/gnu/usr.bin/tar.new/Makefile      Wed Oct 09 16:14:55 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2002/10/09 16:13:07 itojun Exp $
+#      $NetBSD: Makefile,v 1.3 2002/10/09 16:14:55 itojun Exp $
 
 .include <bsd.own.mk>
 
@@ -37,7 +37,7 @@
 
 MAN=tar.1
 
-.PATH: ${.CURDIR} ${DIST}/src ${DIST}/po ${DIST}/doc
+.PATH: ${DIST}/src ${DIST}/po ${DIST}/doc
 
 .include <bsd.info.mk>
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index