aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorJoost Peters2009-09-30 11:11:06 +0000
committerJoost Peters2009-09-30 11:11:06 +0000
commite29b1758de7773636edebbbf2867d6cbb3b12f9c (patch)
tree712e0fd0b07f9a9c982d58ffc893f0e290b05604 /backends
parentc9ca057ae2d8d3994aba86bb1ded05e0db008188 (diff)
downloadscummvm-rg350-e29b1758de7773636edebbbf2867d6cbb3b12f9c.tar.gz
scummvm-rg350-e29b1758de7773636edebbbf2867d6cbb3b12f9c.tar.bz2
scummvm-rg350-e29b1758de7773636edebbbf2867d6cbb3b12f9c.zip
fix bug #2869491: "PSP make problem after 44348"
svn-id: r44479
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/psp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile
index 8be3937ff2..9d9f863444 100644
--- a/backends/platform/psp/Makefile
+++ b/backends/platform/psp/Makefile
@@ -90,6 +90,7 @@ OBJS := powerman.o \
trace.o
DEPDIR = .deps
+CXX_UPDATE_DEP_FLAG = "-Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d",-MQ,"$@",-MP"
include $(srcdir)/Makefile.common