Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/macppc/stand/ofwboot Pull up revision 1.27 (re...



details:   https://anonhg.NetBSD.org/src/rev/f006d14d9d3a
branches:  netbsd-1-5
changeset: 492775:f006d14d9d3a
user:      he <he%NetBSD.org@localhost>
date:      Thu Feb 14 19:57:10 2002 +0000

description:
Pull up revision 1.27 (requested by wrstuden):
  Make this work with the dependall target.

diffstat:

 sys/arch/macppc/stand/ofwboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 38f6cee8d4f4 -r f006d14d9d3a sys/arch/macppc/stand/ofwboot/Makefile
--- a/sys/arch/macppc/stand/ofwboot/Makefile    Thu Feb 14 19:55:23 2002 +0000
+++ b/sys/arch/macppc/stand/ofwboot/Makefile    Thu Feb 14 19:57:10 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11.2.5 2002/02/13 23:12:10 he Exp $
+#      $NetBSD: Makefile,v 1.11.2.6 2002/02/14 19:57:10 he Exp $
 
 S=     ${.CURDIR}/../../../..
 
@@ -78,7 +78,7 @@
 vers.c: version
        sh ${.CURDIR}/../newvers.sh ${.CURDIR}/version ${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