From: keie Date: Fri, 26 Oct 1984 10:25:32 +0000 (+0000) Subject: Adapted to use ../../install and ../../compare and hide knowledge X-Git-Tag: release-5-5~6012 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9d8dd3f989a7ca3448acc1c8f5ae4b1d257b0dfa;p=ack.git Adapted to use ../../install and ../../compare and hide knowledge about final destination of libraries. --- diff --git a/mach/pdp/libem/Makefile b/mach/pdp/libem/Makefile index b0c1526db..ad3c8a0e9 100644 --- a/mach/pdp/libem/Makefile +++ b/mach/pdp/libem/Makefile @@ -1,15 +1,14 @@ -l=../lib install: cp cp: all - cp head_em $l/head_em - cp tail_em $l/tail_em + ../../install head_em + ../../install tail_em rm -f head_em tail_em cmp: all - cmp head_em $l/head_em - cmp tail_em $l/tail_em + -../../compare head_em + -../../compare tail_em rm -f head_em tail_em distr: