From 97348d5f44fc56f5073f301140094438530eb021 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 31 May 2008 19:39:42 +0000 Subject: DS: make sure DEPDIR and srcdir are inited, so that *.d files end up in the right spot svn-id: r32437 --- backends/platform/ds/arm9/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backends/platform/ds/arm9/makefile') 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 -- cgit v1.2.3