From 6c9e4c84f09551fd2e59e7fc17ad4763eaa0b71c Mon Sep 17 00:00:00 2001 From: keie Date: Thu, 20 Dec 1984 14:13:48 +0000 Subject: [PATCH] The definition if the symbols, end, endbss etc, is moved from a library to a file. This to avoid 2 libraries in this directory. --- mach/m68k2/libem/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.34.1