Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/conf Add a dependancy on assym.h; helps "ma...



details:   https://anonhg.NetBSD.org/src/rev/427652992fee
branches:  trunk
changeset: 552644:427652992fee
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Sep 29 05:14:23 2003 +0000

description:
Add a dependancy on assym.h; helps "make -j N" kernel builds.

diffstat:

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

diffs (18 lines):

diff -r ec248074c1f2 -r 427652992fee sys/arch/powerpc/conf/Makefile.powerpc
--- a/sys/arch/powerpc/conf/Makefile.powerpc    Mon Sep 29 04:03:55 2003 +0000
+++ b/sys/arch/powerpc/conf/Makefile.powerpc    Mon Sep 29 05:14:23 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.powerpc,v 1.27 2003/02/24 07:15:40 matt Exp $
+#      $NetBSD: Makefile.powerpc,v 1.28 2003/09/29 05:14:23 simonb Exp $
 #
 # Makefile for NetBSD
 #
@@ -95,6 +95,8 @@
 # depend on CPU configuration
 locore.o machdep.o: Makefile
 
+setfault.o: assym.h
+
 ##
 ## (7) misc settings
 ##



Home | Main Index | Thread Index | Old Index