diff options
author | Tony Puccinelli | 2010-06-21 07:20:16 +0000 |
---|---|---|
committer | Tony Puccinelli | 2010-06-21 07:20:16 +0000 |
commit | 8d2df5b7d9208bdcf43fa240b249fd7fbb6e3ffe (patch) | |
tree | df2b7ab11a0e0c986f2ca171783f32666c13483d | |
parent | 3a2acc53bea98f04f39d5f73d1141f7a36d7dda0 (diff) | |
download | scummvm-rg350-8d2df5b7d9208bdcf43fa240b249fd7fbb6e3ffe.tar.gz scummvm-rg350-8d2df5b7d9208bdcf43fa240b249fd7fbb6e3ffe.tar.bz2 scummvm-rg350-8d2df5b7d9208bdcf43fa240b249fd7fbb6e3ffe.zip |
fixed dependency typo
svn-id: r50105
-rw-r--r-- | backends/platform/ps2/Makefile.ps2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/Makefile.ps2 b/backends/platform/ps2/Makefile.ps2 index b016929a9e..7dd4fb9795 100644 --- a/backends/platform/ps2/Makefile.ps2 +++ b/backends/platform/ps2/Makefile.ps2 @@ -87,7 +87,7 @@ CXX_UPDATE_DEP_FLAG = -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d",-MQ,"$@",-MP # Variables for dynamic plugin building PLUGIN_PREFIX = PLUGIN_SUFFIX = .plg -PLUGIN_EXTRA_DEPS = plugins.ld plugin.syms elf/scummvm.elf +PLUGIN_EXTRA_DEPS = plugin.ld plugin.syms elf/scummvm.elf PLUGIN_LDFLAGS += -mno-crt0 $(PS2SDK)/ee/startup/crt0.o PLUGIN_LDFLAGS += -nostartfiles -Wl,-q,--just-symbols,elf/scummvm.elf,-Tplugin.ld,--retain-symbols-file,plugin.syms -lstdc++ -lc |