Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/conf Fix missing locore.d dependency output...



details:   https://anonhg.NetBSD.org/src/rev/1f629f9e7e4a
branches:  trunk
changeset: 374227:1f629f9e7e4a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Apr 11 13:26:19 2023 +0000

description:
Fix missing locore.d dependency output on make depend.

Reported from isaki@.  Looks missed in rev 1.13 (22 years ago):
 http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/luna68k/conf/Makefile.luna68k#rev1.13

Should be pulled up to netbsd-8, netbsd-9, and netbsd-10.

diffstat:

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

diffs (18 lines):

diff -r f1a53568353b -r 1f629f9e7e4a sys/arch/luna68k/conf/Makefile.luna68k
--- a/sys/arch/luna68k/conf/Makefile.luna68k    Tue Apr 11 13:17:32 2023 +0000
+++ b/sys/arch/luna68k/conf/Makefile.luna68k    Tue Apr 11 13:26:19 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.luna68k,v 1.29 2018/09/22 12:24:02 rin Exp $
+#      $NetBSD: Makefile.luna68k,v 1.30 2023/04/11 13:26:19 tsutsui Exp $
 
 # Makefile for NetBSD
 #
@@ -48,7 +48,7 @@ OPT_MODULAR=  %MODULAR%
 MD_OBJS=       locore.o
 MD_LIBS=       ${FPSP}
 MD_CFILES=
-MD_SFILES=     
+MD_SFILES=     ${LUNA68K}/luna68k/locore.s
 
 locore.o: ${LUNA68K}/luna68k/locore.s assym.h
        ${NORMAL_S}



Home | Main Index | Thread Index | Old Index