added rcsid

adapted to new archive updating style, with LIST and march and all that
This commit is contained in:
sater 1984-07-20 11:32:47 +00:00
parent 98c1d6868f
commit ebc7a50d8f

View file

@ -1,8 +1,11 @@
PC_TAIL=tail_pc.a # $Header$
head: head:
echo This Makefile needs arguments echo This Makefile needs arguments
distr:
rm `head -1 LIST`; arch cr `head -1 LIST` `tail +2 LIST`
clean: clean:
rm -f *.old rm -f *.old
@ -10,5 +13,4 @@ opr:
make pr | opr make pr | opr
pr: pr:
@pr `echo * | sed s/$(PC_TAIL)//` @pr Makefile *.[ec]
@ar pv $(PC_TAIL) | pr -h $(PC_TAIL)