Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn32/stand Remove spurious whitespace.
details: https://anonhg.NetBSD.org/src/rev/158cc241e9c4
branches: trunk
changeset: 555615:158cc241e9c4
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sun Nov 23 14:13:42 2003 +0000
description:
Remove spurious whitespace.
diffstat:
sys/arch/acorn32/stand/Makefile.buildboot | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f7bc69ecff2e -r 158cc241e9c4 sys/arch/acorn32/stand/Makefile.buildboot
--- a/sys/arch/acorn32/stand/Makefile.buildboot Sun Nov 23 13:54:11 2003 +0000
+++ b/sys/arch/acorn32/stand/Makefile.buildboot Sun Nov 23 14:13:42 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.buildboot,v 1.6 2003/11/23 13:34:07 bjh21 Exp $
+# $NetBSD: Makefile.buildboot,v 1.7 2003/11/23 14:13:42 bjh21 Exp $
S?= ${.CURDIR}/../../../..
@@ -25,7 +25,7 @@
${HOST_SH} ${S}/conf/newvers_stand.sh ${.CURDIR}/version ${MACHINE} ${NEWVERSWHAT}
CPPFLAGS+= -D_STANDALONE
-CPPFLAGS+= -I. -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
+CPPFLAGS+= -I. -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
CPPFLAGS+= -I${.CURDIR}/../lib
CFLAGS= -O2
CFLAGS+= -ffreestanding
Home |
Main Index |
Thread Index |
Old Index