Missing assym.h dependency.

This commit is contained in:
joerg 2008-01-03 20:02:22 +00:00
parent 5f56d09078
commit a8affe0a2c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.mips,v 1.47 2007/10/17 19:55:35 garbled Exp $ # $NetBSD: Makefile.mips,v 1.48 2008/01/03 20:02:22 joerg Exp $
# Makefile for NetBSD # Makefile for NetBSD
# #
@ -98,8 +98,9 @@ machdep.o mainbus.o trap.o: Makefile
mips_machdep.o pmap.o: Makefile mips_machdep.o pmap.o: Makefile
# various assembly files that depend on assym.h # various assembly files that depend on assym.h
copy.o fp.o locore.o locore_mips1.o locore_mips3.o sigcode.o: assym.h copy.o fp.o locore.o locore_mips1.o locore_mips3.o: assym.h
mips32_subr.o mips3_subr.o mips5900_subr.o mips64_subr.o mipsX_subr.o: assym.h lock_stubs.o mips32_subr.o mips3_subr.o mips5900_subr.o: assym.h
mips64_subr.o mipsX_subr.o sigcode.o: assym.h
## ##