Fix dependencies on assym.h.

This commit is contained in:
joerg 2008-01-25 18:54:26 +00:00
parent 218115037a
commit ce67bf568b
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.acorn32,v 1.20 2006/12/09 22:01:01 chs Exp $
# $NetBSD: Makefile.acorn32,v 1.21 2008/01/25 18:54:26 joerg Exp $
# Makefile for NetBSD
#
@ -48,6 +48,10 @@ MD_OBJS= locore.o
MD_CFILES=
MD_SFILES= ${ARM}/arm32/locore.S
atomic.o bcopy_page.o bcopyinout.o copystr.o cpuswitch.o: assym.h
exception.o fiq_subr.o fusu.o iomd_irqhandler.o iomd_irq.o: assym.h
sigcode.o spl.o vectors.o: assym.h
locore.o: ${ARM}/arm32/locore.S assym.h
${NORMAL_S}