Skip to content

Commit 1079d86

Browse files
committed
Revert previous. I guess I'll have to solve the m68k build issue
a different way.
1 parent 3710e28 commit 1079d86

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

sys/lib/libkern/Makefile.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile.inc,v 1.51 2025/12/02 14:50:51 thorpej Exp $
1+
# $NetBSD: Makefile.inc,v 1.52 2025/12/02 15:41:48 thorpej Exp $
22
#
33
# Configuration variables (default values are below):
44
#
@@ -60,23 +60,23 @@ KERNMAKE= \
6060
LIBKERN_MD_FLAGS=${LIBKERN_MD_FLAGS:q} \
6161
${KERNMISCMAKEFLAGS}
6262

63-
${KERNLIB}: .NOTMAIN .MAKE __always_make_kernlib assym.h
63+
${KERNLIB}: .NOTMAIN .MAKE __always_make_kernlib
6464
@echo making sure the kern library is up to date...
6565
.if (${KERN_AS} == "library")
6666
@${KERNMAKE} libkern.a
6767
.else
6868
@${KERNMAKE} libkern.o
6969
.endif
7070

71-
${KERNLIB_PROF}: .NOTMAIN .MAKE __always_make_kernlib assym.h
71+
${KERNLIB_PROF}: .NOTMAIN .MAKE __always_make_kernlib
7272
@echo making sure the profiled kern library is up to date...
7373
.if (${KERN_AS} == "library")
7474
@${KERNMAKE} libkern_p.a
7575
.else
7676
@${KERNMAKE} libkern.po
7777
.endif
7878

79-
${KERNLIBLN}: .NOTMAIN .MAKE __always_make_kernlib assym.h
79+
${KERNLIBLN}: .NOTMAIN .MAKE __always_make_kernlib
8080
@echo making sure the kern lint library is up to date...
8181
@${KERNMAKE} ${LIBKERNLNBN}
8282

@@ -91,7 +91,7 @@ cleandirkernlib: .MAKE .NOTMAIN
9191
@if [ -d "${KERNDST}" ]; then ${KERNMAKE} cleandir; fi
9292

9393
dependall depend: .NOTMAIN dependkernlib
94-
dependkernlib: .NOTMAIN .MAKE __always_make_kernlib assym.h
94+
dependkernlib: .NOTMAIN .MAKE __always_make_kernlib
9595
@echo depending the kern library objects
9696
@${KERNMAKE} depend
9797

0 commit comments

Comments
 (0)