Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/stand/ofwboot Make this work with the depend...
details: https://anonhg.NetBSD.org/src/rev/1b50028b8f95
branches: trunk
changeset: 522245:1b50028b8f95
user: wrstuden <wrstuden%NetBSD.org@localhost>
date: Wed Feb 13 17:52:08 2002 +0000
description:
Make this work with the dependall target.
Pointed out by Christian Groessle on port-macppc, and patch suggested bu
Izumi Tsutsui.
diffstat:
sys/arch/macppc/stand/ofwboot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4a5daadf2f3d -r 1b50028b8f95 sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile Wed Feb 13 16:34:05 2002 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile Wed Feb 13 17:52:08 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2002/02/01 18:45:29 wrstuden Exp $
+# $NetBSD: Makefile,v 1.27 2002/02/13 17:52:08 wrstuden Exp $
S= ${.CURDIR}/../../../..
@@ -77,7 +77,7 @@
vers.c: version
sh ${S}/conf/newvers_stand.sh ${.CURDIR}/version "macppc" ${NEWVERSWHAT}
-all: ${PROG} ${PROG}.xcf ${PROG}.elf
+all realall: ${PROG} ${PROG}.xcf ${PROG}.elf
${PROG}: ${OBJS} boot1.o ${LIBSA} ${LIBZ} ${LIBKERN}
${LD} -s -N -Ttext ${RELOC_FLATFILE} -Bstatic -o ${PROG}.el1 \
Home |
Main Index |
Thread Index |
Old Index