From: keie Date: Fri, 26 Oct 1984 12:58:15 +0000 (+0000) Subject: Adapted to make use of ../../compare and ../../install. X-Git-Tag: release-5-5~6002 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fedaa3267ab1630933e30af9e63db57232573c47;p=ack.git Adapted to make use of ../../compare and ../../install. --- 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