From: bal Date: Mon, 5 Nov 1984 15:06:49 +0000 (+0000) Subject: em_head renamed head_em; em_tail renamed tail_em X-Git-Tag: release-5-5~5992 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b9ebdc1a0754c4ad86bd657ca58b7a74148c6267;p=ack.git em_head renamed head_em; em_tail renamed tail_em installs tail_em rather than comparing it --- 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