From 39c6c2eaa800b90d6624306373dd73e88f86c48e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 27 Jul 2008 09:55:54 +0200 Subject: Build system: Fix lexicographic order of files to be compiled. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') 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 \ -- cgit v1.2.3