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/xxboot get rid of a double /



details:   https://anonhg.NetBSD.org/src/rev/5d564c4f2a6e
branches:  trunk
changeset: 486450:5d564c4f2a6e
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 22 15:42:37 2000 +0000

description:
get rid of a double /

diffstat:

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

diffs (12 lines):

diff -r 46003f88d50e -r 5d564c4f2a6e sys/arch/vax/boot/xxboot/Makefile
--- a/sys/arch/vax/boot/xxboot/Makefile Mon May 22 15:41:31 2000 +0000
+++ b/sys/arch/vax/boot/xxboot/Makefile Mon May 22 15:42:37 2000 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.5 2000/05/20 13:21:29 ragge Exp $
+#      $NetBSD: Makefile,v 1.6 2000/05/22 15:42:37 matt Exp $
 
-S=     ${.CURDIR}/../../../../
+S=     ${.CURDIR}/../../../..
 
 PROG=  xxboot
 LINKS= ${BINDIR}/xxboot ${BINDIR}/raboot 



Home | Main Index | Thread Index | Old Index