diff options
author | Max Horn | 2008-05-31 19:39:42 +0000 |
---|---|---|
committer | Max Horn | 2008-05-31 19:39:42 +0000 |
commit | 97348d5f44fc56f5073f301140094438530eb021 (patch) | |
tree | cacf55087cca9f8f1c6f7d55a8713cddf76ef0ee /backends/platform/ds | |
parent | 93c107f46ae93e603c6f18b0a83c8b821a82976d (diff) | |
download | scummvm-rg350-97348d5f44fc56f5073f301140094438530eb021.tar.gz scummvm-rg350-97348d5f44fc56f5073f301140094438530eb021.tar.bz2 scummvm-rg350-97348d5f44fc56f5073f301140094438530eb021.zip |
DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the right spot
svn-id: r32437
Diffstat (limited to 'backends/platform/ds')
-rw-r--r-- | backends/platform/ds/arm9/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile index df9a7002b6..03fea92dc1 100644 --- a/backends/platform/ds/arm9/makefile +++ b/backends/platform/ds/arm9/makefile @@ -1,3 +1,6 @@ +srcdir ?= . +DEPDIR := .deps + #DYNAMIC_MODULES = 1 libndsdir = $(DEVKITPRO)/libnds #libndsdir = /home/neil/devkitpror21/libnds |