From 7a9e911896885750566a3c21e794823e4527f78a Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sat, 28 Jun 2008 22:16:51 +0000 Subject: Set $(DEPDIR). svn-id: r32832 --- backends/platform/dc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'backends/platform/dc/Makefile') diff --git a/backends/platform/dc/Makefile b/backends/platform/dc/Makefile index 0a048c45e9..5c01b20b27 100644 --- a/backends/platform/dc/Makefile +++ b/backends/platform/dc/Makefile @@ -16,6 +16,7 @@ LDFLAGS = -Wl,-Ttext,0x8c010000 -nostartfiles $(ronindir)/lib/crt0.o INCLUDES= -I./ -I$(srcdir) -I$(ronindir)/include/ -I$(srcdir)/engines LIBS = -L$(ronindir)/lib -lmad -lronin -lz -lm EXECUTABLE = scummvm.elf +DEPDIR = .deps PLUGIN_PREFIX = PLUGIN_SUFFIX = .plg PLUGIN_EXTRA_DEPS = plugin.x plugin.syms scummvm.elf @@ -37,7 +38,7 @@ endif OBJS := dcmain.o time.o display.o audio.o input.o selector.o icon.o \ label.o vmsave.o softkbd.o dcloader.o cache.o dc-fs.o -MODULE_DIRS += . +MODULE_DIRS += ./ include $(srcdir)/Makefile.common -- cgit v1.2.3