diff options
author | Tony Puccinelli | 2010-06-03 02:39:11 +0000 |
---|---|---|
committer | Tony Puccinelli | 2010-06-03 02:39:11 +0000 |
commit | f47d5bd35a34c65827aca379c401c3ccb002a749 (patch) | |
tree | 698b7cbeefd1e1edb5df7bb5267c317dcf89b9c4 /backends/platform/ps2 | |
parent | 3c1034dbbb129f5af908a11fe948288b92acfdcf (diff) | |
download | scummvm-rg350-f47d5bd35a34c65827aca379c401c3ccb002a749.tar.gz scummvm-rg350-f47d5bd35a34c65827aca379c401c3ccb002a749.tar.bz2 scummvm-rg350-f47d5bd35a34c65827aca379c401c3ccb002a749.zip |
minor correction to makefile
svn-id: r49401
Diffstat (limited to 'backends/platform/ps2')
-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 b41103945c..63a8289242 100644 --- a/backends/platform/ps2/Makefile.ps2 +++ b/backends/platform/ps2/Makefile.ps2 @@ -99,7 +99,7 @@ MODULE_DIRS += . include $(srcdir)/Makefile.common -LDFLAGS += -mno-crt0 $(PS2SDK)/ee/startup/crt0.o -T main_prog2.ld +LDFLAGS += -mno-crt0 $(PS2SDK)/ee/startup/crt0.o -T main_prog.ld LDFLAGS += -L $(PS2SDK)/ee/lib -L . LDFLAGS += $(addprefix -L$(PS2_EXTRA),$(PS2_EXTRA_LIBS)) LDFLAGS += -lmc -lpad -lmouse -lhdd -lpoweroff -lsjpcm -lmad -ltremor -lz -lm -lc -lfileXio -lkernel -lstdc++ |