diff options
author | Marcus Comstedt | 2008-01-03 07:49:19 +0000 |
---|---|---|
committer | Marcus Comstedt | 2008-01-03 07:49:19 +0000 |
commit | d157e47ec2f5c76ed7c006b261b6b93ad6da560f (patch) | |
tree | f60e7e09fd28e36bbeebb1c4d5827f893e011132 /backends/platform/dc | |
parent | 1b8ed0b483ac3498730887b3d07198bcc7f06f1a (diff) | |
download | scummvm-rg350-d157e47ec2f5c76ed7c006b261b6b93ad6da560f.tar.gz scummvm-rg350-d157e47ec2f5c76ed7c006b261b6b93ad6da560f.tar.bz2 scummvm-rg350-d157e47ec2f5c76ed7c006b261b6b93ad6da560f.zip |
Remove -I$(srcdir)/common from include path (not needed anymore).
svn-id: r30184
Diffstat (limited to 'backends/platform/dc')
-rw-r--r-- | backends/platform/dc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/dc/Makefile b/backends/platform/dc/Makefile index 4cbb244a95..9fee42ec2d 100644 --- a/backends/platform/dc/Makefile +++ b/backends/platform/dc/Makefile @@ -13,7 +13,7 @@ CXX = sh-elf-g++ -ml -m4-single-only CXXFLAGS= -O3 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions DEFINES = -D__DC__ -DNONSTANDARD_PORT -DUSE_MAD -DUSE_ZLIB LDFLAGS = -Wl,-Ttext,0x8c010000 -nostartfiles $(ronindir)/lib/crt0.o -INCLUDES= -I./ -I$(srcdir) -I$(srcdir)/common -I$(ronindir)/include/ -I$(srcdir)/engines +INCLUDES= -I./ -I$(srcdir) -I$(ronindir)/include/ -I$(srcdir)/engines LIBS = -L$(ronindir)/lib -lmad -lronin -lz -lm EXECUTABLE = scummvm.elf PLUGIN_PREFIX = |