diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-24 16:16:11 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-24 16:16:11 +0200 |
commit | 2283b43f733d95fe1c95fd0b7b838a1d450b007a (patch) | |
tree | badefcef9ef5fd625b3de6d4bfee8ee27d72ced3 /GNUmakefile | |
parent | 62b2dbaa3d0500abb51ddf88b2e84ff9ebc22846 (diff) |
Make the environment handling system aware of bindings as first-class values.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 31b6576..f88f6c2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,7 +36,6 @@ ToiletKit_OBJC_FILES = MLKCharacter.m MLKCons.m MLKBinding.m \ MLKSingleFloat.m MLKStream.m \ MLKStringInputStream.m MLKSymbol.m \ MLKThrowException.m \ - MLKUndefinedVariableException.m \ NSObject-MLKPrinting.m NSString-MLKPrinting.m ToiletKit_LDFLAGS = -lgmp #LIBRARIES_DEPEND_UPON |