summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-07 01:16:01 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-07 01:16:01 +0200
commitd8fa1c646c7e6a8fe5d6235b3e635b30f2bfa745 (patch)
treead91edb4891e83505ed7c1dfd6eb7f6d279e2fe6 /GNUmakefile
parent97c4f28084dcd8ec65f739618e61fb5cfdfec9c8 (diff)
Ditch MLKEndOfFileError.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2fb0d69..94ac8dc 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -29,16 +29,16 @@ ADDITIONAL_OBJCFLAGS = -Wall
ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBinding.m \
MLKDoubleFloat.m MLKDynamicContext.m \
- MLKEndOfFileError.m MLKEnvironment.m MLKFloat.m \
- MLKInteger.m MLKInterpretedClosure.m \
- MLKInterpreter.m MLKLinkedList.m \
- MLKLexicalContext.m MLKLexicalEnvironment.m \
- MLKLispValue.m MLKNumber.m MLKPackage.m \
- MLKParenReader.m MLKQuoteReader.m MLKRatio.m \
- MLKReader.m MLKReadtable.m MLKReaderError.m \
- MLKRoot.m MLKSemicolonReader.m MLKSingleFloat.m \
- MLKStream.m MLKStringInputStream.m \
- MLKStringReader.m MLKSymbol.m MLKThrowException.m \
+ MLKEnvironment.m MLKFloat.m MLKInteger.m \
+ MLKInterpretedClosure.m MLKInterpreter.m \
+ MLKLinkedList.m MLKLexicalContext.m \
+ MLKLexicalEnvironment.m MLKLispValue.m \
+ MLKNumber.m MLKPackage.m MLKParenReader.m \
+ MLKQuoteReader.m MLKRatio.m MLKReader.m \
+ MLKReadtable.m MLKReaderError.m MLKRoot.m \
+ MLKSemicolonReader.m MLKSingleFloat.m MLKStream.m \
+ MLKStringInputStream.m MLKStringReader.m \
+ MLKSymbol.m MLKThrowException.m \
NSObject-MLKPrinting.m NSString-MLKPrinting.m
ToiletKit_LDFLAGS = -lgmp
#LIBRARIES_DEPEND_UPON