From: ceriel Date: Mon, 2 Feb 1987 16:19:04 +0000 (+0000) Subject: Name change in library X-Git-Tag: release-5-5~4816 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3c210cae1eda957886668ccc7d9711d963eb2c23;p=ack.git Name change in library --- diff --git a/mach/vax4/libem/LIST b/mach/vax4/libem/LIST index 8902b319e..86d071c07 100644 --- a/mach/vax4/libem/LIST +++ b/mach/vax4/libem/LIST @@ -1,4 +1,4 @@ -tail_em.a +libem_s.a adf.s adi.s and.s diff --git a/mach/vax4/libem/Makefile b/mach/vax4/libem/Makefile index 2177b3650..ad79696a4 100644 --- a/mach/vax4/libem/Makefile +++ b/mach/vax4/libem/Makefile @@ -1,25 +1,25 @@ # $Header$ +all: libem_o.a + install: cp cp: all - ../../install tail_em - rm -f tail_em + ../../install libem_o.a tail_em cmp: all - -../../compare tail_em - rm -f tail_em - -all: tail_em + -../../compare libem_o.a tail_em -tail_em: +libem_o.a: libem_s.a ASAR=ar ; export ASAR ;\ RANLIB=ranlib ; export RANLIB ;\ - march . tail_em + march . libem_o.a clean: - rm -f *.o + rm -f *.o libem_o.a + opr: make pr | opr + pr: @pr `pwd`/Makefile - @pr -l33 `tail +1 LIST|sort` + @arch pv libem_s.a | pr -h `pwd`/libem_s.a