Missing assym.h dependency.

This commit is contained in:
joerg 2008-03-01 13:59:26 +00:00
parent d66a6e73bb
commit ab9987d535
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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