From fedaa3267ab1630933e30af9e63db57232573c47 Mon Sep 17 00:00:00 2001 From: keie Date: Fri, 26 Oct 1984 12:58:15 +0000 Subject: [PATCH] Adapted to make use of ../../compare and ../../install. --- mach/z8000/libem/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mach/z8000/libem/Makefile b/mach/z8000/libem/Makefile index c1bd39509..ff11d674a 100644 --- a/mach/z8000/libem/Makefile +++ b/mach/z8000/libem/Makefile @@ -1,11 +1,10 @@ -l=../lib install: cp cp: - cp head_em.s $l/head_em - cp tail_em.s.a $l/tail_em + ln tail_em.s.a head_em ; ../../install head_em ; rm head_em + ln tail_em.s.a tail_em ; ../../install tail_em ; rm tail_em cmp: - cmp head_em.s $l/head_em - cmp tail_em.s.a $l/tail_em + -ln tail_em.s.a head_em ; ../../compare head_em ; rm head_em + -ln tail_em.s.a tail_em ; ../../compare tail_em ; rm tail_em -- 2.34.1