Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/conf Remove redundant depend of fp.S



details:   https://anonhg.NetBSD.org/src/rev/7cb5f10c428f
branches:  trunk
changeset: 499995:7cb5f10c428f
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Dec 03 07:44:43 2000 +0000

description:
Remove redundant depend of fp.S

diffstat:

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

diffs (18 lines):

diff -r 7a7fbc1983a0 -r 7cb5f10c428f sys/arch/mips/conf/Makefile.mips
--- a/sys/arch/mips/conf/Makefile.mips  Sun Dec 03 07:39:34 2000 +0000
+++ b/sys/arch/mips/conf/Makefile.mips  Sun Dec 03 07:44:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.mips,v 1.6 2000/12/03 07:21:50 matt Exp $
+#      $NetBSD: Makefile.mips,v 1.7 2000/12/03 07:44:43 matt Exp $
 
 # Makefile for NetBSD
 #
@@ -217,7 +217,7 @@
 
 depend: .depend
 .depend: ${SRCS} assym.h param.c
-       ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${MIPS}/mips/locore.S ${MIPS}/mips/fp.S
+       ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${MIPS}/mips/locore.S
 .if !empty(IDENT:M-DMIPS1)
        ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${MIPS}/mips/locore_mips1.S
 .endif



Home | Main Index | Thread Index | Old Index