summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-24 18:49:02 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-24 18:49:02 +0200
commit1935a12096ad737edf5ec94e5b7a18980566f9ab (patch)
tree7f6ccbfabd78fcb3ae8bcd3934de1793d38f3359 /GNUmakefile
parente074f91e6aa1a895000673b1ac4df6266ba47094 (diff)
Remove class MLKError.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index f88f6c2..de97da6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -27,7 +27,7 @@ ADDITIONAL_OBJCFLAGS = -Wall
ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBinding.m \
MLKDoubleFloat.m MLKDynamicContext.m \
- MLKEndOfFileError.m MLKEnvironment.m MLKError.m \
+ MLKEndOfFileError.m MLKEnvironment.m \
MLKFloat.m MLKInteger.m MLKInterpreter.m \
MLKLinkedList.m MLKLexicalContext.m \
MLKLexicalEnvironment.m MLKLispValue.m \