From 0f63db8dd0948aa9d0b1f867a9ebea050951d1df Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 28 Jul 1988 16:46:23 +0000 Subject: [PATCH] Installation of interpreters should be done from global action file --- Action | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Action b/Action index 0eefe12b..1f70617c 100644 --- a/Action +++ b/Action @@ -185,6 +185,10 @@ end name "Pascal frontend" dir lang/pc/pem end +name "Motorola 68000 interpreters" +system "m68*|sun*" +dir mach/mantra/int +end name "EM interpreter in C" dir util/int end