Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/boot/boot The double / in the path has been bot...



details:   https://anonhg.NetBSD.org/src/rev/466e9ca61f8d
branches:  trunk
changeset: 486445:466e9ca61f8d
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 22 15:33:13 2000 +0000

description:
The double / in the path has been bothering me for awhile.

diffstat:

 sys/arch/vax/boot/boot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r e1aa45f89bc6 -r 466e9ca61f8d sys/arch/vax/boot/boot/Makefile
--- a/sys/arch/vax/boot/boot/Makefile   Mon May 22 15:22:36 2000 +0000
+++ b/sys/arch/vax/boot/boot/Makefile   Mon May 22 15:33:13 2000 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.7 2000/05/21 20:17:44 ragge Exp $
+#      $NetBSD: Makefile,v 1.8 2000/05/22 15:33:13 matt Exp $
 
-S=     ${.CURDIR}/../../../../
+S=     ${.CURDIR}/../../../..
 
 PROG=  boot
 NOMAN= 1



Home | Main Index | Thread Index | Old Index