From: ceriel Date: Thu, 8 Jan 1987 10:19:47 +0000 (+0000) Subject: changed name back: libem_s.a --> tail_em.a X-Git-Tag: release-5-5~5049 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9c50da1e82af3ad37519ef2bd6508cffc9a52b12;p=ack.git changed name back: libem_s.a --> tail_em.a --- diff --git a/mach/i86/libem/LIST b/mach/i86/libem/LIST index a94a4e3f3..4bd018145 100644 --- a/mach/i86/libem/LIST +++ b/mach/i86/libem/LIST @@ -1,4 +1,4 @@ -libem_s.a +tail_em.a adi.s and.s cii.s diff --git a/mach/i86/libem/Makefile b/mach/i86/libem/Makefile index 3dcf0e6b9..c1ebb198c 100644 --- a/mach/i86/libem/Makefile +++ b/mach/i86/libem/Makefile @@ -2,15 +2,15 @@ MACH=i86 install: all ../../install head_em.o head_em - ../../install libem_o.a tail_em + ../../install tail_em ../../install end.o end_em cmp: all -../../compare head_em.o head_em - -../../compare libem_o.a tail_em + -../../compare tail_em -../../compare end.o end_em -all: head_em.o libem_o.a end.o +all: head_em.o tail_em end.o end.o: end.s $(MACH) -I../../../h -c end.s @@ -18,9 +18,9 @@ end.o: end.s head_em.o: head_em.s $(MACH) -I../../../h -c head_em.s -libem_o.a: libem_s.a +tail_em: tail_em.a ASAR=aal ; export ASAR ;\ - march . libem_o.a + march . tail_em clean: rm -f *.o @@ -29,5 +29,5 @@ opr : pr: @pr `pwd`/head_em.s - @arch pv libem_s.a | pr -h `pwd`/libem_s.a + @arch pv tail_em.a | pr -h `pwd`/tail_em.a @pr `pwd`/end.s