Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun68k/stand Don't need realall/realdepend now that...



details:   https://anonhg.NetBSD.org/src/rev/9de6e9d77eae
branches:  trunk
changeset: 580862:9de6e9d77eae
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu May 12 02:56:59 2005 +0000

description:
Don't need realall/realdepend now that .BEGIN works

diffstat:

 sys/arch/sun68k/stand/Makefile.inc |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ebe03c59f555 -r 9de6e9d77eae sys/arch/sun68k/stand/Makefile.inc
--- a/sys/arch/sun68k/stand/Makefile.inc        Thu May 12 00:44:12 2005 +0000
+++ b/sys/arch/sun68k/stand/Makefile.inc        Thu May 12 02:56:59 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.8 2003/11/30 05:32:39 tsutsui Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2005/05/12 02:56:59 jmc Exp $
 
 # Must have S=/usr/src/sys (or equivalent)
 # But note: this is w.r.t. a subdirectory
@@ -45,7 +45,6 @@
 CLEANFILES+= machine m68k sun68k
 .BEGIN: machine m68k sun68k
 .NOPATH: machine m68k sun68k
-realall realdepend: machine m68k sun68k
 
 machine :
        -rm -f $@



Home | Main Index | Thread Index | Old Index