summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-27 09:55:54 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-27 09:55:54 +0200
commit39c6c2eaa800b90d6624306373dd73e88f86c48e (patch)
tree64d2ac54a69ca05af86903d9e192797352df013c /GNUmakefile
parentbcde0dca1696a9f9e754d52776700edc83663453 (diff)
Build system: Fix lexicographic order of files to be compiled.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 143598a..aeb1a7e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -27,8 +27,8 @@ BUNDLE_NAME = Test
ADDITIONAL_OBJCFLAGS = -Wall
-ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBackquoteReader.m \
- MLKBinding.m MLKCommaReader.m MLKDoubleFloat.m \
+ToiletKit_OBJC_FILES = MLKBackquoteReader.m MLKBinding.m MLKCharacter.m \
+ MLKCommaReader.m MLKCons.m MLKDoubleFloat.m \
MLKDynamicContext.m MLKEnvironment.m MLKFloat.m \
MLKInteger.m MLKInterpretedClosure.m \
MLKInterpreter.m MLKLinkedList.m \