Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/conf Make unimpl_emul.o depend on assym.h so th...



details:   https://anonhg.NetBSD.org/src/rev/252862e44d9f
branches:  trunk
changeset: 556226:252862e44d9f
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Dec 10 04:59:35 2003 +0000

description:
Make unimpl_emul.o depend on assym.h so that "make -j N" kernel builds
work.

diffstat:

 sys/arch/vax/conf/Makefile.vax |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6defff64f0ed -r 252862e44d9f sys/arch/vax/conf/Makefile.vax
--- a/sys/arch/vax/conf/Makefile.vax    Wed Dec 10 04:52:57 2003 +0000
+++ b/sys/arch/vax/conf/Makefile.vax    Wed Dec 10 04:59:35 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.vax,v 1.71 2003/12/08 09:28:36 matt Exp $
+#      $NetBSD: Makefile.vax,v 1.72 2003/12/10 04:59:35 simonb Exp $
 
 # Makefile for NetBSD
 #
@@ -76,6 +76,8 @@
 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
+
 ##
 ## (7) misc settings
 ##



Home | Main Index | Thread Index | Old Index