Module Name:    src
Committed By:   christos
Date:           Wed Feb 13 04:22:36 UTC 2013

Modified Files:
        src/etc/etc.evbarm: Makefile.inc

Log Message:
Avoid //


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/etc/etc.evbarm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbarm/Makefile.inc
diff -u src/etc/etc.evbarm/Makefile.inc:1.43 src/etc/etc.evbarm/Makefile.inc:1.44
--- src/etc/etc.evbarm/Makefile.inc:1.43	Sun Feb 10 17:03:49 2013
+++ src/etc/etc.evbarm/Makefile.inc	Tue Feb 12 23:22:36 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.43 2013/02/10 22:03:49 jmcneill Exp $
+#	$NetBSD: Makefile.inc,v 1.44 2013/02/13 04:22:36 christos Exp $
 #
 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -18,7 +18,7 @@ EVBARM_BOARDS+=		ADI_BRH CP3100 GEMINI G
 
 
 IMAGE.rel=	${RELEASEDIR}/${RELEASEMACHINEDIR}
-IMAGE.dir=	${IMAGE.rel}/binary/gzimg/
+IMAGE.dir=	${IMAGE.rel}/binary/gzimg
 IMAGE.kern=	${IMAGE.rel}/binary/kernel
 
 __mkimage: .USE

Reply via email to