em_head renamed head_em; em_tail renamed tail_em

installs tail_em rather than comparing it
This commit is contained in:
bal 1984-11-05 15:06:49 +00:00
parent 73b651052e
commit b9ebdc1a07

View file

@ -1,7 +1,7 @@
all:
cp head.s em_head
../../install em_head
rm -f em_head
cp e.a em_tail
-../../compare em_tail
rm -f em_head em_tail
cp head.s head_em
../../install head_em
rm -f head_em
cp e.a tail_em
../../install tail_em
rm -f head_em tail_em