aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Kiehl2002-11-26 20:11:46 +0000
committerOliver Kiehl2002-11-26 20:11:46 +0000
commita72e38c07ff3061c447fe6f4b2da8eab04192bc2 (patch)
tree195dc77c455a6c186d95c4eaf900f581054a29a2
parentc7054d514e749be4849b3a266c7564ebb7ac6b0b (diff)
downloadscummvm-rg350-a72e38c07ff3061c447fe6f4b2da8eab04192bc2.tar.gz
scummvm-rg350-a72e38c07ff3061c447fe6f4b2da8eab04192bc2.tar.bz2
scummvm-rg350-a72e38c07ff3061c447fe6f4b2da8eab04192bc2.zip
fixed linking with gnu ld
svn-id: r5723
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 08a0cb2581..70000dc836 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -23,7 +23,7 @@ DEPDIR := .deps
# module.mk of their parents. In fact the only reason they are listed here is to ensure the
# DEPDIRS directive works correctly.
MODULES += \
- scumm common simon sound gui backends \
+ scumm common simon gui backends sound \
scumm/smush backends/fs/posix backends/fs/morphos backends/fs/windows
# Include the build instructions for all modules