Add a dependancy on assym.h; helps "make -j N" kernel builds.
This commit is contained in:
parent
4c47dc9339
commit
953b5b465b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.powerpc,v 1.27 2003/02/24 07:15:40 matt Exp $
|
||||
# $NetBSD: Makefile.powerpc,v 1.28 2003/09/29 05:14:23 simonb Exp $
|
||||
#
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -95,6 +95,8 @@ SYSTEM_LD_TAIL_EXTRA+=; \
|
|||
# depend on CPU configuration
|
||||
locore.o machdep.o: Makefile
|
||||
|
||||
setfault.o: assym.h
|
||||
|
||||
##
|
||||
## (7) misc settings
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue