Make unimpl_emul.o depend on assym.h so that "make -j N" kernel builds
work.
This commit is contained in:
parent
0a43caec07
commit
fa8e22ca2d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.vax,v 1.71 2003/12/08 09:28:36 matt Exp $
|
||||
# $NetBSD: Makefile.vax,v 1.72 2003/12/10 04:59:35 simonb Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -76,6 +76,8 @@ LINKFLAGS_NORMAL= -S
|
|||
tmscp.o ts.o uba.o uda.o clock.o emulate.o intvec.o: Makefile
|
||||
sbi.o subr.o: Makefile
|
||||
|
||||
unimpl_emul.o: assym.h
|
||||
|
||||
##
|
||||
## (7) misc settings
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue