Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/conf change apparent typo of MS_SFILES to M...
details: https://anonhg.NetBSD.org/src/rev/f84c1655f970
branches: trunk
changeset: 520239:f84c1655f970
user: dbj <dbj%NetBSD.org@localhost>
date: Sat Jan 05 17:58:48 2002 +0000
description:
change apparent typo of MS_SFILES to MD_SFILES
This fixes some dependency problems with locore.S
diffstat:
sys/arch/powerpc/conf/Makefile.powerpc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ff4d0084a9a3 -r f84c1655f970 sys/arch/powerpc/conf/Makefile.powerpc
--- a/sys/arch/powerpc/conf/Makefile.powerpc Sat Jan 05 17:02:22 2002 +0000
+++ b/sys/arch/powerpc/conf/Makefile.powerpc Sat Jan 05 17:58:48 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.powerpc,v 1.20 2001/12/09 05:00:49 atatat Exp $
+# $NetBSD: Makefile.powerpc,v 1.21 2002/01/05 17:58:48 dbj Exp $
#
# Makefile for NetBSD
#
@@ -47,7 +47,7 @@
##
MD_OBJS= locore.o
MD_CFILES=
-MS_SFILES= ${THISPPC}/${MACHINE}/locore.S
+MD_SFILES= ${THISPPC}/${MACHINE}/locore.S
locore.o: ${THISPPC}/${MACHINE}/locore.S assym.h
${NORMAL_S}
Home |
Main Index |
Thread Index |
Old Index