From 7599b2cb960b972570948a0541fc30cfbb6385e5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 16 Dec 2007 21:41:10 +0000 Subject: Patch #1847599: Several enhancements for the build system svn-id: r29889 --- backends/platform/ds/arm9/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/ds/arm9/makefile') diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile index e10711d2ef..c93fd66dcd 100644 --- a/backends/platform/ds/arm9/makefile +++ b/backends/platform/ds/arm9/makefile @@ -440,8 +440,8 @@ endif #--------------------------------------------------------------------------------- %.nds: %.bin - @echo ndstool -c $@ -9 scummvm.bin $(ARM7BIN) -b ../../$(LOGO) "$(shell basename $@);ScummVM 0.11.0svn;DS Port" - ndstool -c $@ -9 scummvm.bin $(ARM7BIN) -b ../../$(LOGO) "$(shell basename $@);ScummVM 0.11.0svn;DS Port" + @echo ndstool -c $@ -9 scummvm.bin $(ARM7BIN) -b ../../$(LOGO) "$(shell basename $@);ScummVM $(VERSION);DS Port" + ndstool -c $@ -9 scummvm.bin $(ARM7BIN) -b ../../$(LOGO) "$(shell basename $@);ScummVM $(VERSION);DS Port" dsbuild $@ -l ../ndsloader.bin padbin 16 $(basename $@).ds.gba -- cgit v1.2.3