From ebc7a50d8f81a90278a28b7277362b8fe52fd2ca Mon Sep 17 00:00:00 2001 From: sater Date: Fri, 20 Jul 1984 11:32:47 +0000 Subject: [PATCH] added rcsid adapted to new archive updating style, with LIST and march and all that --- lang/pc/libpc/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lang/pc/libpc/Makefile b/lang/pc/libpc/Makefile index ab01c2b0c..7e8eaa36e 100644 --- a/lang/pc/libpc/Makefile +++ b/lang/pc/libpc/Makefile @@ -1,8 +1,11 @@ -PC_TAIL=tail_pc.a +# $Header$ head: echo This Makefile needs arguments +distr: + rm `head -1 LIST`; arch cr `head -1 LIST` `tail +2 LIST` + clean: rm -f *.old @@ -10,5 +13,4 @@ opr: make pr | opr pr: - @pr `echo * | sed s/$(PC_TAIL)//` - @ar pv $(PC_TAIL) | pr -h $(PC_TAIL) + @pr Makefile *.[ec] -- 2.34.1