Missing assym.h dependency.
This commit is contained in:
parent
d66a6e73bb
commit
ab9987d535
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.macppc,v 1.28 2006/08/05 21:26:48 sanjayl Exp $
|
||||
# $NetBSD: Makefile.macppc,v 1.29 2008/03/01 13:59:26 joerg Exp $
|
||||
#
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -97,7 +97,7 @@ SYSTEM_LD_TAIL_EXTRA+=; \
|
||||
# depend on CPU configuration
|
||||
locore.o machdep.o: Makefile
|
||||
|
||||
setfault.o: assym.h
|
||||
lock_stubs.o setfault.o: assym.h
|
||||
|
||||
##
|
||||
## (7) misc settings
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.vax,v 1.79 2007/12/22 08:17:57 tsutsui Exp $
|
||||
# $NetBSD: Makefile.vax,v 1.80 2008/03/01 13:59:56 joerg Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -69,7 +69,7 @@ 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
|
||||
lock_stubs.o unimpl_emul.o: assym.h
|
||||
|
||||
##
|
||||
## (7) misc settings
|
||||
|
Loading…
Reference in New Issue
Block a user