From 05d92b70c779c2296e02ab2a2ee7ca8334a6ffb2 Mon Sep 17 00:00:00 2001 From: itohy Date: Sat, 18 Sep 2004 03:32:30 +0000 Subject: Make sure the string dollar NetBSD doller is stored literally. --- sys/arch/dreamcast/dev/microcode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/dreamcast/dev/microcode') diff --git a/sys/arch/dreamcast/dev/microcode/Makefile b/sys/arch/dreamcast/dev/microcode/Makefile index 40ebcaa207a..2e30835af6f 100644 --- a/sys/arch/dreamcast/dev/microcode/Makefile +++ b/sys/arch/dreamcast/dev/microcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/08/24 17:33:30 marcus Exp $ +# $NetBSD: Makefile,v 1.2 2004/09/18 03:32:30 itohy Exp $ S = ${.CURDIR}/../../../.. @@ -15,7 +15,7 @@ all: aica_armcode.h aica_armcode.h: aica_armcode.elf ${OBJCOPY} -O binary aica_armcode.elf aica_armcode.bin - echo '/* $$NetBSD: Makefile,v 1.1 2003/08/24 17:33:30 marcus Exp $$ */' > ${.TARGET}.tmp + echo '/* $$'NetBSD'$$ */' > ${.TARGET}.tmp echo 'static u_int32_t aica_armcode[] = {' >> ${.TARGET}.tmp hexdump -v -e '" /* %04.4_ax */\t" 1/4 "0x%08x, " "\n"' \ aica_armcode.bin >> ${.TARGET}.tmp -- cgit