From d9f40f2741156b9e1c199e0d3b8c67136026f56c Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 5 Mar 2011 01:58:01 +0000 Subject: [PATCH] Use deflate.sh from the right directory. Execute with HOST_SH. --- sys/arch/mmeye/stand/boot/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/mmeye/stand/boot/Makefile b/sys/arch/mmeye/stand/boot/Makefile index 3d0e0468e835..9d638888d940 100644 --- a/sys/arch/mmeye/stand/boot/Makefile +++ b/sys/arch/mmeye/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2011/03/03 05:59:37 kiyohara Exp $ +# $NetBSD: Makefile,v 1.2 2011/03/05 01:58:01 joerg Exp $ NOMAN= # defined @@ -82,8 +82,8 @@ ${PROG}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} .if ${MMEYE_CPU} == "SH4" ${OBJCOPY} -S -O binary ${.TARGET} ${.TARGET}.bin - env TOOL_AWK=${TOOL_AWK} TOOL_HEXDUMP=${TOOL_HEXDUMP} \ - ./deflate.sh ${.TARGET}.bin + TOOL_AWK=${TOOL_AWK} TOOL_HEXDUMP=${TOOL_HEXDUMP} \ + ${HOST_SH} $(.CURDIR)/deflate.sh ${.TARGET}.bin .endif cleandir distclean: .WAIT cleanlibdir