summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-05 11:28:02 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-05 11:28:02 +0200
commitacb878fbe13e171cdb238d64afe11ef2608a0593 (patch)
treee57c82bbbff67b5313d0ec9bb8c5f584e1374ae3 /GNUmakefile
parent94569e041529eead2209ecd2e04a747dbef262d3 (diff)
Add a globally unique end-of-argument-list marker.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
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 \