From b9ebdc1a0754c4ad86bd657ca58b7a74148c6267 Mon Sep 17 00:00:00 2001 From: bal Date: Mon, 5 Nov 1984 15:06:49 +0000 Subject: [PATCH] em_head renamed head_em; em_tail renamed tail_em installs tail_em rather than comparing it --- mach/6500/libem/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mach/6500/libem/Makefile b/mach/6500/libem/Makefile index 348ef2479..b6956eb69 100644 --- a/mach/6500/libem/Makefile +++ b/mach/6500/libem/Makefile @@ -1,7 +1,7 @@ all: - cp head.s em_head - ../../install em_head - rm -f em_head - cp e.a em_tail - -../../compare em_tail - rm -f em_head em_tail + cp head.s head_em + ../../install head_em + rm -f head_em + cp e.a tail_em + ../../install tail_em + rm -f head_em tail_em -- 2.34.1