From acb878fbe13e171cdb238d64afe11ef2608a0593 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 5 Aug 2008 11:28:02 +0200 Subject: Add a globally unique end-of-argument-list marker. --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index ba29aab..6ee0974 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,9 +31,9 @@ else ADDITIONAL_OBJCFLAGS = -Wall -ggdb3 endif -ToiletKit_OBJC_FILES = functions.m MLKBackquoteReader.m MLKBinding.m \ - MLKCharacter.m MLKCommaReader.m MLKCons.m \ - MLKDoubleFloat.m \ +ToiletKit_OBJC_FILES = functions.m globals.m MLKBackquoteReader.m \ + MLKBinding.m MLKCharacter.m MLKCommaReader.m \ + MLKCons.m MLKDoubleFloat.m \ MLKDispatchingMacroCharacterReader.m \ MLKDynamicContext.m MLKEnvironment.m MLKFloat.m \ MLKInteger.m MLKInterpretedClosure.m \ -- cgit v1.2.3