Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/conf Fix the pmap_bootstrap.o dependency (it ...



details:   https://anonhg.NetBSD.org/src/rev/03b96d9a9d25
branches:  trunk
changeset: 459048:03b96d9a9d25
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Aug 21 20:31:23 2019 +0000

description:
Fix the pmap_bootstrap.o dependency (it was spelt pmap_boostrap.o before)

diffstat:

 sys/arch/hp300/conf/Makefile.hp300 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 889cd9afc3ab -r 03b96d9a9d25 sys/arch/hp300/conf/Makefile.hp300
--- a/sys/arch/hp300/conf/Makefile.hp300        Wed Aug 21 20:30:36 2019 +0000
+++ b/sys/arch/hp300/conf/Makefile.hp300        Wed Aug 21 20:31:23 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.hp300,v 1.94 2018/09/22 12:24:01 rin Exp $
+#      $NetBSD: Makefile.hp300,v 1.95 2019/08/21 20:31:23 skrll Exp $
 
 # Makefile for NetBSD
 #
@@ -67,7 +67,7 @@
 ##
 
 # depend on CPU configuration
-dma.o hpux_machdep.o locore.o machdep.o pmap.o pmap_boostrap.o sys_machdep.o trap.o: Makefile
+dma.o hpux_machdep.o locore.o machdep.o pmap.o pmap_bootstrap.o sys_machdep.o trap.o: Makefile
 
 ##
 ## (7) misc settings



Home | Main Index | Thread Index | Old Index