Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/stand/boot Don't need realdepend/realall depend...



details:   https://anonhg.NetBSD.org/src/rev/42a4a595399d
branches:  trunk
changeset: 580853:42a4a595399d
user:      jmc <jmc%NetBSD.org@localhost>
date:      Wed May 11 16:55:31 2005 +0000

description:
Don't need realdepend/realall depends anymore now that .BEGIN is fixed

diffstat:

 sys/arch/arc/stand/boot/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c40ea60af598 -r 42a4a595399d sys/arch/arc/stand/boot/Makefile
--- a/sys/arch/arc/stand/boot/Makefile  Wed May 11 16:44:45 2005 +0000
+++ b/sys/arch/arc/stand/boot/Makefile  Wed May 11 16:55:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2005/04/18 16:27:54 tsutsui Exp $
+# $NetBSD: Makefile,v 1.2 2005/05/11 16:55:31 jmc Exp $
 
 .include <bsd.own.mk>
 .include <bsd.sys.mk>  # for ${HOST_SH}
@@ -36,7 +36,6 @@
 
 .BEGIN: machine mips
 .NOPATH: machine mips
-realdepend realall: machine mips
 
 machine::
        -rm -f $@



Home | Main Index | Thread Index | Old Index