diff options
author | Max Lingua | 2008-07-20 01:44:40 +0000 |
---|---|---|
committer | Max Lingua | 2008-07-20 01:44:40 +0000 |
commit | 8c807529a7561bbff96b4a7dfecd06102e2a5f43 (patch) | |
tree | 1fb871f7050a9c68522645af628f22f91f46174f /backends/platform | |
parent | 282cb3c0df70153c3dcc93ab93b5ce2bb02eb88c (diff) | |
download | scummvm-rg350-8c807529a7561bbff96b4a7dfecd06102e2a5f43.tar.gz scummvm-rg350-8c807529a7561bbff96b4a7dfecd06102e2a5f43.tar.bz2 scummvm-rg350-8c807529a7561bbff96b4a7dfecd06102e2a5f43.zip |
Added "DEPDIR := .deps" in Makefile.ps2
Thanks Max [the other one] for pointing it out!
svn-id: r33117
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/ps2/Makefile.ps2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/ps2/Makefile.ps2 b/backends/platform/ps2/Makefile.ps2 index 9a2c1bad1b..204f4f7a16 100644 --- a/backends/platform/ps2/Makefile.ps2 +++ b/backends/platform/ps2/Makefile.ps2 @@ -19,6 +19,7 @@ RM = rm -f srcdir = ../../.. VPATH = $(srcdir) INCDIR = ../../../ +DEPDIR = .deps DEFINES = -DUSE_VORBIS -DUSE_TREMOR -DUSE_MAD -DUSE_MPEG2 -DUSE_ZLIB -D_EE -D__PLAYSTATION2__ -O2 -Wall -Wno-multichar |