From 70c000b03e070c38f1ecd1aa4bdc6b7956458f58 Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 12 Feb 1985 13:11:27 +0000 Subject: [PATCH] Now using the same em.c as in m68k2/int. The interpreters are moved from pdp/pdp_int (or some such) to lib/int22. --- mach/pdp/int/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/pdp/int/Makefile b/mach/pdp/int/Makefile index d33e253d1..cb8fcac41 100644 --- a/mach/pdp/int/Makefile +++ b/mach/pdp/int/Makefile @@ -1,5 +1,5 @@ INTS=em_t--- em_---- em_tf-- em_t-c- em_t--p -b=../../../lib/pdp_int +b=../../../lib/int22 all: $(INTS) eminform em -- 2.34.1