Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/atari/stand/xxboot Pull up revision 1.7 (reque...
details: https://anonhg.NetBSD.org/src/rev/3631b60090a7
branches: netbsd-1-6
changeset: 529007:3631b60090a7
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Aug 17 15:38:28 2002 +0000
description:
Pull up revision 1.7 (requested by leo in ticket #672):
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 11947fd749e6 -r 3631b60090a7 sys/arch/atari/stand/xxboot/Makefile.inc
--- a/sys/arch/atari/stand/xxboot/Makefile.inc Sat Aug 17 05:49:31 2002 +0000
+++ b/sys/arch/atari/stand/xxboot/Makefile.inc Sat Aug 17 15:38:28 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.6.4.1 2002/08/17 15:38:28 lukem 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