Module Name: src
Committed By: tsutsui
Date: Tue Apr 11 13:26:19 UTC 2023
Modified Files:
src/sys/arch/luna68k/conf: Makefile.luna68k
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/luna68k/conf/Makefile.luna68k
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/luna68k/conf/Makefile.luna68k
diff -u src/sys/arch/luna68k/conf/Makefile.luna68k:1.29 src/sys/arch/luna68k/conf/Makefile.luna68k:1.30
--- src/sys/arch/luna68k/conf/Makefile.luna68k:1.29 Sat Sep 22 12:24:02 2018
+++ src/sys/arch/luna68k/conf/Makefile.luna68k Tue Apr 11 13:26:19 2023
@@ -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}