From: keie Date: Thu, 20 Dec 1984 14:13:48 +0000 (+0000) Subject: The definition if the symbols, end, endbss etc, is moved X-Git-Tag: release-5-5~5831 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6c9e4c84f09551fd2e59e7fc17ad4763eaa0b71c;p=ack.git The definition if the symbols, end, endbss etc, is moved from a library to a file. This to avoid 2 libraries in this directory. --- diff --git a/mach/m68k2/libem/Makefile b/mach/m68k2/libem/Makefile index 3e0f789a3..1af8fa3be 100644 --- a/mach/m68k2/libem/Makefile +++ b/mach/m68k2/libem/Makefile @@ -1,12 +1,12 @@ install: ../../install head_em.s head_em ../../install libem_s.a tail_em.rt - ../../install libem_s.vend.a tail_em.vend + ../../install end.s end_em.s cmp: -../../compare head_em.s head_em -../../compare libem_s.a tail_em.rt - -../../compare libem_s.vend.a tail_em.vend + -../../compare end.s end_em.s clean : @@ -14,6 +14,6 @@ opr : make pr | opr pr: - @pr head_em.s + @pr `pwd`/head_em.s @arch pv libem_s.a | pr -h `pwd`/libem_s.a - @arch pv libem_s.vend.a | pr -h `pwd`/libem_s.vend.a + @pr `pwd`/end.s