Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/stand/xxboot For some reason, things stopped ...



details:   https://anonhg.NetBSD.org/src/rev/5b5683745499
branches:  trunk
changeset: 535287:5b5683745499
user:      leo <leo%NetBSD.org@localhost>
date:      Tue Aug 13 20:06:32 2002 +0000

description:
For some reason, things stopped working without explicitely adding a rule
to link the bootblocks... Found and fix provided by Thomas Gerner.

diffstat:

 sys/arch/atari/stand/xxboot/Makefile.inc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r caa83d6859f8 -r 5b5683745499 sys/arch/atari/stand/xxboot/Makefile.inc
--- a/sys/arch/atari/stand/xxboot/Makefile.inc  Tue Aug 13 18:21:25 2002 +0000
+++ b/sys/arch/atari/stand/xxboot/Makefile.inc  Tue Aug 13 20:06:32 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.6 2002/04/15 09:29:56 leo Exp $
+#      $NetBSD: Makefile.inc,v 1.7 2002/08/13 20:06:32 leo Exp $
 
 BINDIR=                /usr/mdec
 BINMODE=       ${NONBINMODE}
@@ -26,4 +26,7 @@
                false;                                  \
         fi
 
+${PROG}:
+       ${CC} ${LDFLAGS} -o ${.TARGET} ${OBJS}
+
 .include "../LOADADDR"



Home | Main Index | Thread Index | Old Index