Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/mbr .BEGIN cannot have dependencies.



details:   https://anonhg.NetBSD.org/src/rev/cf0392a3d663
branches:  trunk
changeset: 580599:cf0392a3d663
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 01 02:41:08 2005 +0000

description:
.BEGIN cannot have dependencies.

diffstat:

 sys/arch/i386/stand/mbr/Makefile.mbr |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r ce531520c741 -r cf0392a3d663 sys/arch/i386/stand/mbr/Makefile.mbr
--- a/sys/arch/i386/stand/mbr/Makefile.mbr      Sun May 01 01:25:36 2005 +0000
+++ b/sys/arch/i386/stand/mbr/Makefile.mbr      Sun May 01 02:41:08 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.mbr,v 1.5 2004/08/31 22:57:13 uwe Exp $
+#      $NetBSD: Makefile.mbr,v 1.6 2005/05/01 02:41:08 christos Exp $
 
 S=     ${.CURDIR}/../../../../../
 
@@ -29,11 +29,10 @@
 .endif
 
 .if !make(obj) && !make(clean) && !make(cleandir)
-.BEGIN: machine x86
 .NOPATH: machine x86
 .endif
 
-realdepend realall: machine x86
+depend realall: machine x86
 CLEANFILES+= machine x86
 
 machine::



Home | Main Index | Thread Index | Old Index