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/bootxx MAke this cross-tools happy.



details:   https://anonhg.NetBSD.org/src/rev/9f00f78260c3
branches:  trunk
changeset: 472738:9f00f78260c3
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Thu May 06 01:04:48 1999 +0000

description:
MAke this cross-tools happy.

diffstat:

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

diffs (17 lines):

diff -r 8071aefeff65 -r 9f00f78260c3 sys/arch/macppc/stand/bootxx/Makefile
--- a/sys/arch/macppc/stand/bootxx/Makefile     Thu May 06 01:01:19 1999 +0000
+++ b/sys/arch/macppc/stand/bootxx/Makefile     Thu May 06 01:04:48 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 1999/02/13 02:54:46 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 1999/05/06 01:04:48 wrstuden Exp $
 
 PROG= bootxx
 MKMAN= no
@@ -9,6 +9,6 @@
 
 ${PROG}: ${PROG}.o
        ${LD} -o bootxx -x -N -Ttext 4000 -e _start ${PROG}.o
-       @size ${PROG}
+       @${SIZE} ${PROG}
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index