Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mmeye/stand/bootelf Make sure the machine symlink i...



details:   https://anonhg.NetBSD.org/src/rev/621f7b5dc3cb
branches:  trunk
changeset: 526365:621f7b5dc3cb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 02 18:54:32 2002 +0000

description:
Make sure the machine symlink is there in the dependall step.

diffstat:

 sys/arch/mmeye/stand/bootelf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e05143e0f88d -r 621f7b5dc3cb sys/arch/mmeye/stand/bootelf/Makefile
--- a/sys/arch/mmeye/stand/bootelf/Makefile     Thu May 02 18:35:02 2002 +0000
+++ b/sys/arch/mmeye/stand/bootelf/Makefile     Thu May 02 18:54:32 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2002/05/02 18:35:02 wiz Exp $
+#      $NetBSD: Makefile,v 1.8 2002/05/02 18:54:32 wiz Exp $
 
 PROG= bootelf
 SRCS= boot.c byteorder.c loadfile.c loadfile_elf32.c
@@ -13,6 +13,8 @@
 
 CLEANFILES+=   machine
 
+realdepend realall: machine
+
 machine::
        -rm -f $@
        ln -s ${.CURDIR}/../../../../arch/${MACHINE}/include $@



Home | Main Index | Thread Index | Old Index