Add missing assym.h dependencies.
This commit is contained in:
parent
cf13ecfa10
commit
34021e2617
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.next68k,v 1.28 2005/12/11 12:18:25 christos Exp $
|
||||
# $NetBSD: Makefile.next68k,v 1.29 2008/02/14 00:09:36 joerg Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
|
@ -53,6 +53,8 @@ MD_SFILES= ${NEXT68K}/next68k/locore.s
|
|||
locore.o: ${NEXT68K}/next68k/locore.s assym.h
|
||||
${NORMAL_S}
|
||||
|
||||
copy.o copypage.o lock_stubs.o: assym.h
|
||||
|
||||
##
|
||||
## (5) link settings
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue