head_em now resides in system dependant library.

This commit is contained in:
ceriel 1986-12-12 17:54:21 +00:00
parent 595cc41d9c
commit 70df23f6f8

View file

@ -2,19 +2,14 @@
install: cp install: cp
cp: all cp: all
../../install head_em
../../install tail_em ../../install tail_em
rm -f head_em tail_em rm -f tail_em
cmp: all cmp: all
-../../compare head_em
-../../compare tail_em -../../compare tail_em
rm -f head_em tail_em rm -f tail_em
all: head_em tail_em all: tail_em
head_em: head_em.s
vax4 -I../../../h -c head_em.s ; mv head_em.o head_em
tail_em: tail_em:
ASAR=ar ; export ASAR ;\ ASAR=ar ; export ASAR ;\
@ -26,5 +21,5 @@ clean:
opr: opr:
make pr | opr make pr | opr
pr: pr:
@pr `pwd`/Makefile `pwd`/head_em.s @pr `pwd`/Makefile
@pr -l33 `tail +1 LIST|sort` @pr -l33 `tail +1 LIST|sort`