diff options
Diffstat (limited to 'sys/arch/dreamcast/dev/microcode')
| -rw-r--r-- | sys/arch/dreamcast/dev/microcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
