diff --git a/mach/m68k2/Action b/mach/m68k2/Action index ad0eb0da9..ececdf454 100644 --- a/mach/m68k2/Action +++ b/mach/m68k2/Action @@ -1,15 +1,11 @@ name "Motorola 68000 assembler" -dir nas +dir as end name "Motorola 68000 2-4 backend" dir cg end -name "Motorola 68000 interpreters" -system m68* -dir int -end name "Motorola 68000 2-4 conversion program" -dir ncv +dir cv end name "Motorola 68000 2-4 C libraries" dir libcc @@ -26,3 +22,7 @@ end name "Motorola 68000 2-4 Basic library" dir libbc end +name "Motorola 68000 interpreters" +system m68* +dir int +end