From 5315f6d376ac9ccbc43d257fa7c4d2cb6400be62 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 6 Jul 2008 16:39:06 +0200 Subject: Fix more compilation errors. --- GNUmakefile | 6 ++++-- MLKReadEvalPrintLoop.m | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 20881fd..a09962f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -51,11 +51,13 @@ etshell_OBJC_FILES = StepTalkShell/STShell.m \ StepTalkShell/STShell+output.m \ StepTalkShell/stshell_tool.m etshell_OBJC_LIBS += -lStepTalk -lreadline -lncurses -lToiletKit \ - -LToiletKit.framework + -LToiletKit.framework \ + -LToiletKit.framework/Versions/Current etshell_OBJCFLAGS = -w toilet_OBJC_FILES = MLKReadEvalPrintLoop.m -toilet_OBJC_LIBS += -ledit -lncurses -lToiletKit -LToiletKit.framework +toilet_OBJC_LIBS += -ledit -lncurses -lToiletKit -LToiletKit.framework \ + -LToiletKit.framework/Versions/Current Test_OBJC_FILES = MLKLowLevelTests.m Test_OBJC_LIBS = -lUnitKit -LToiletKit.framework -lToiletKit diff --git a/MLKReadEvalPrintLoop.m b/MLKReadEvalPrintLoop.m index 1005ac7..ed073e7 100644 --- a/MLKReadEvalPrintLoop.m +++ b/MLKReadEvalPrintLoop.m @@ -30,8 +30,6 @@ #import #import -#import -#import #import -- cgit v1.2.3