From: keie Date: Fri, 7 Dec 1984 16:38:13 +0000 (+0000) Subject: install now allows a source and destination name. X-Git-Tag: release-5-5~5885 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f9fa5df6541f0b095bd986d49db06f2814c2274e;p=ack.git install now allows a source and destination name. --- diff --git a/mach/m68k2/libem/Makefile b/mach/m68k2/libem/Makefile index 5854a9875..2877a35c7 100644 --- a/mach/m68k2/libem/Makefile +++ b/mach/m68k2/libem/Makefile @@ -1,8 +1,7 @@ install: - ln head_em.s head_em ; ../../install head_em ; rm head_em - ln libem_s.a tail_em.rt ; ../../install tail_em.rt ; rm tail_em.rt - ln libem_s.vend.a tail_em.vend ; ../../install tail_em.vend ;\ - rm tail_em.vend + ../../install head_em.s head_em + ../../install libem_s.a tail_em.rt + ../../install libem_s.vend.a tail_em.vend clean :