Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/libdos fix progress printing.



details:   https://anonhg.NetBSD.org/src/rev/d2874acbd3b1
branches:  trunk
changeset: 786953:d2874acbd3b1
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 24 15:35:36 2013 +0000

description:
fix progress printing.

diffstat:

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

diffs (18 lines):

diff -r c9f069f6464f -r d2874acbd3b1 sys/arch/x68k/stand/libdos/Makefile
--- a/sys/arch/x68k/stand/libdos/Makefile       Fri May 24 15:34:59 2013 +0000
+++ b/sys/arch/x68k/stand/libdos/Makefile       Fri May 24 15:35:36 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2013/05/24 15:34:59 christos Exp $
+#      $NetBSD: Makefile,v 1.11 2013/05/24 15:35:36 christos Exp $
 
 LIB=   dos
 
@@ -49,7 +49,7 @@
 MAKECALL=${.CURDIR}/makedoscalls.awk
 
 ${ASM}: ${.CURDIR}/dos.h ${MAKECALL}
-       ${_MKTARGET_COMPILE}
+       ${_MKTARGET_CREATE}
        @grep -i 'DOS_${.PREFIX} ' ${.CURDIR}/dos.h | \
            ${TOOL_AWK} -f ${MAKECALL} | ${CPP} ${CPPFLAGS} > ${.TARGET}
 



Home | Main Index | Thread Index | Old Index