diff -r f51226b23f01 -r 4f2423b9e52d Make.spec --- a/Make.spec Mon Aug 21 18:43:03 2006 +0200 +++ b/Make.spec Mon Aug 21 18:43:06 2006 +0200 @@ -57,8 +57,8 @@ CascadeNode.$(O) \ CompilationErrorHandler.$(O) \ PrimaryNode.$(O) \ + Decompiler.$(O) \ Parser.$(O) \ - Explainer.$(O) \ ImmutableArray.$(O) \ ImmutableString.$(O) \ LazyMethod.$(O) \ @@ -67,7 +67,7 @@ ObjectFileLoader.$(O) \ ParseErrorNode.$(O) \ AssignmentNode.$(O) \ - ByteCodeCompiler.$(O) \ + Explainer.$(O) \ ParserFlags.$(O) \ ConstantNode.$(O) \ StatementNode.$(O) \ @@ -76,7 +76,7 @@ ProgramNodeEnumerator.$(O) \ ReturnNode.$(O) \ STCCompilerInterface.$(O) \ - Decompiler.$(O) \ + ByteCodeCompiler.$(O) \ SelfNode.$(O) \ SourceFileLoader.$(O) \ PrimitiveNode.$(O) \