From ba75d4c9079552063c8c33945466e4a03a98b0cd Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 19 Jan 1987 15:20:49 +0000 Subject: [PATCH] end.s separate from libem_s.a --- mach/z8000/libem/LIST | 1 - mach/z8000/libem/Makefile | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mach/z8000/libem/LIST b/mach/z8000/libem/LIST index dde4ae892..de1186d8a 100644 --- a/mach/z8000/libem/LIST +++ b/mach/z8000/libem/LIST @@ -33,4 +33,3 @@ unknown.s trp.s printf.s save.s -end.s diff --git a/mach/z8000/libem/Makefile b/mach/z8000/libem/Makefile index b94059f95..b2c179d96 100644 --- a/mach/z8000/libem/Makefile +++ b/mach/z8000/libem/Makefile @@ -3,10 +3,12 @@ all: install: ../../install head_em.s head_em ../../install libem_s.a tail_em + ../../install end.s end_em cmp: -../../compare head_em.s head_em -../../compare libem_s.a tail_em + -../../compare end.s end_em clean: @@ -16,3 +18,4 @@ opr : pr: @pr `pwd`/head_em.s @arch pv libem_s.a | pr -h `pwd`/libem_s.a + @pr `pwd`/end.s -- 2.34.1