aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-11-21 05:00:40 +0000
committerMax Horn2002-11-21 05:00:40 +0000
commit305cf16437a909e83b52ffc24a9c9ad866cd0745 (patch)
tree0ff0ae3fc4ff6f46cf828a21cb0b5dc8e6f57615
parente0115a36fdf62fd1f8a453070e7d07bd53e0d161 (diff)
downloadscummvm-rg350-305cf16437a909e83b52ffc24a9c9ad866cd0745.tar.gz
scummvm-rg350-305cf16437a909e83b52ffc24a9c9ad866cd0745.tar.bz2
scummvm-rg350-305cf16437a909e83b52ffc24a9c9ad866cd0745.zip
should link with GNU ld again
svn-id: r5655
-rw-r--r--Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 350dfcc582..8ccbb757ed 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -18,12 +18,12 @@ ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip
# The name for the directory used for depenency tracking
DEPDIR := .deps
-# List of all sub modules.
-# TODO - the nested ones (scumm/smus, backends/...) should be handled from the
+# List of all sub modules (note: order is important, don't mess with it)
+# TODO - the nested ones (scumm/smush, backends/...) should be handled from the
# module.mk of their parents. In fact the only reason they are listed here is to ensure the
# DEPDIRS directive works correctly.
MODULES += \
- scumm simon gui sound common backends \
+ scumm sound common gui backends simon \
scumm/smush backends/fs/posix backends/fs/morphos backends/fs/windows
# Include the build instructions for all modules