aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMarcus Comstedt2009-05-21 10:14:05 +0000
committerMarcus Comstedt2009-05-21 10:14:05 +0000
commit234828825afe62b26f9133ad8eee02e52c63e44f (patch)
tree07e1919dc1e34d6f09f6167db40c20086bf34b54 /backends
parent50b77d876d2b88433ca46eee468023d6bb46644a (diff)
downloadscummvm-rg350-234828825afe62b26f9133ad8eee02e52c63e44f.tar.gz
scummvm-rg350-234828825afe62b26f9133ad8eee02e52c63e44f.tar.bz2
scummvm-rg350-234828825afe62b26f9133ad8eee02e52c63e44f.zip
Ack, can't use something set with := in the dependency section. *sigh* New try.
svn-id: r40753
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/dc/Makefile2
-rw-r--r--backends/platform/dc/dreamcast.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/dc/Makefile b/backends/platform/dc/Makefile
index a9203f5384..6553e500ad 100644
--- a/backends/platform/dc/Makefile
+++ b/backends/platform/dc/Makefile
@@ -76,7 +76,7 @@ scummvm.bin : scummvm.elf
SCUMMVM.BIN : scummvm.bin
scramble $< $@
-plugin_dist : $(PLUGINS)
+plugin_dist : plugins
for p in $(PLUGINS); do \
sh-elf-strip -g -o "`basename \"$$p\" | LC_CTYPE=C tr '[:lower:]' '[:upper:]'`" "$$p"; \
done
diff --git a/backends/platform/dc/dreamcast.mk b/backends/platform/dc/dreamcast.mk
index 6744ac149e..2f9d0047f4 100644
--- a/backends/platform/dc/dreamcast.mk
+++ b/backends/platform/dc/dreamcast.mk
@@ -9,7 +9,7 @@ ASFLAGS := $(CXXFLAGS)
dist : SCUMMVM.BIN plugin_dist
-plugin_dist : $(PLUGINS)
+plugin_dist : plugins
for p in $(PLUGINS); do \
sh-elf-strip -g -o "`basename \"$$p\" | LC_CTYPE=C tr '[:lower:]' '[:upper:]'`" "$$p"; \
done