diff options
| author | Max Horn | 2007-11-22 14:04:46 +0000 |
|---|---|---|
| committer | Max Horn | 2007-11-22 14:04:46 +0000 |
| commit | 78d347e00832648ef160d8a7f76127dec312ce68 (patch) | |
| tree | c7a942470d1c7b366928a638139336c1b5dfc581 /backends/platform/ds/arm9/makefile | |
| parent | c277ac699f1accaf3ea2fd9e818ad945f1e45e95 (diff) | |
| download | scummvm-rg350-78d347e00832648ef160d8a7f76127dec312ce68.tar.gz scummvm-rg350-78d347e00832648ef160d8a7f76127dec312ce68.tar.bz2 scummvm-rg350-78d347e00832648ef160d8a7f76127dec312ce68.zip | |
updated backends/platform/ds/arm9/makefile.in to match changes made to backends/platform/ds/arm9/makefile (next time, please modify makefile.in then run tools/update-version.pl)
svn-id: r29611
Diffstat (limited to 'backends/platform/ds/arm9/makefile')
| -rw-r--r-- | backends/platform/ds/arm9/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile index 5be91f9d55..e10711d2ef 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.0;DS Port" - ndstool -c $@ -9 scummvm.bin $(ARM7BIN) -b ../../$(LOGO) "$(shell basename $@);ScummVM 0.11.0;DS Port" + @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" dsbuild $@ -l ../ndsloader.bin padbin 16 $(basename $@).ds.gba |
