Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/sparc/conf pullup 1.59->1.160 (pk)



details:   https://anonhg.NetBSD.org/src/rev/8adb4623e5c7
branches:  netbsd-1-4
changeset: 469162:8adb4623e5c7
user:      perry <perry%NetBSD.org@localhost>
date:      Fri Jul 02 17:06:29 1999 +0000

description:
pullup 1.59->1.160 (pk)

diffstat:

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

diffs (19 lines):

diff -r 7fddff27ce2c -r 8adb4623e5c7 sys/arch/sparc/conf/Makefile.sparc
--- a/sys/arch/sparc/conf/Makefile.sparc        Fri Jul 02 17:03:10 1999 +0000
+++ b/sys/arch/sparc/conf/Makefile.sparc        Fri Jul 02 17:06:29 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.sparc,v 1.56 1999/02/14 20:04:26 christos Exp $
+#      $NetBSD: Makefile.sparc,v 1.56.2.1 1999/07/02 17:06:29 perry Exp $
 
 # Makefile for NetBSD
 #
@@ -171,7 +171,9 @@
 .depend: ${SRCS} assym.h param.c
        ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${SPARC}/sparc/locore.s
        ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
+.if !empty(SFILES)
        ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
+.endif
        sh $S/kern/genassym.sh ${MKDEP} -f assym.dep ${CFLAGS} \
          ${CPPFLAGS} < ${SPARC}/sparc/genassym.cf
        @sed -e 's/.*\.o:.*\.c/assym.h:/' < assym.dep >> .depend



Home | Main Index | Thread Index | Old Index