aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorJoost Peters2006-02-13 18:21:22 +0000
committerJoost Peters2006-02-13 18:21:22 +0000
commit75b6b4b9539a423905f70c96b3500de05e9a9221 (patch)
tree7ad740675f2e46efdc5a7376f833df0bd22ccb1c /backends
parente067a7f288098d78fdd1067ab4ddfa24087b512a (diff)
downloadscummvm-rg350-75b6b4b9539a423905f70c96b3500de05e9a9221.tar.gz
scummvm-rg350-75b6b4b9539a423905f70c96b3500de05e9a9221.tar.bz2
scummvm-rg350-75b6b4b9539a423905f70c96b3500de05e9a9221.zip
Fix compilation after engines moved to engines/
svn-id: r20670
Diffstat (limited to 'backends')
-rw-r--r--backends/psp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/backends/psp/Makefile b/backends/psp/Makefile
index 0e7eb6ec2f..ea1c880595 100644
--- a/backends/psp/Makefile
+++ b/backends/psp/Makefile
@@ -26,15 +26,13 @@ MKSFO = mksfo
PACK_PBP = pack-pbp
FIXUP = psp-fixup-imports
-INCDIR = ../../
-
#check PSPSDK presence
ifeq ($(PSPSDK),)
$(error $$(PSPSDK) is undefined. Use "PSPSDK := $$(shell psp-config --pspsdk-path)" in your Makefile)
endif
# Add in PSPSDK includes and libraries.
-INCDIR := $(INCDIR) . $(PSPSDK)/include
+INCDIR := $(srcdir) . $(srcdir)/engines/ . $(PSPSDK)/include
LIBDIR := $(LIBDIR) . $(PSPSDK)/lib
CFLAGS = -O2 -Wall -D__PSP__ -DNONSTANDARD_PORT -DUSE_ZLIB -Wno-multichar `$(PSPBIN)/sdl-config --cflags`