From a0f184e3d17d03c079318a566bf0339c3fc74058 Mon Sep 17 00:00:00 2001 From: keie Date: Fri, 7 Dec 1984 17:14:43 +0000 Subject: [PATCH] Improved "make pr". --- mach/m68k2/libem/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mach/m68k2/libem/Makefile b/mach/m68k2/libem/Makefile index 2ec63fad1..d44d25c06 100644 --- a/mach/m68k2/libem/Makefile +++ b/mach/m68k2/libem/Makefile @@ -14,4 +14,6 @@ opr : make pr | opr pr: - @ar pv libem_s.a + @pr 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