em_head renamed head_em; em_tail renamed tail_em
installs tail_em rather than comparing it
This commit is contained in:
parent
9adb899d09
commit
6cde876c44
@ -1,7 +1,7 @@
|
|||||||
all:
|
all:
|
||||||
cp head.s em_head
|
cp head.s head_em
|
||||||
../../install em_head
|
../../install head_em
|
||||||
rm -f em_head
|
rm -f head_em
|
||||||
cp e.a em_tail
|
cp e.a tail_em
|
||||||
-../../compare em_tail
|
../../install tail_em
|
||||||
rm -f em_head em_tail
|
rm -f head_em tail_em
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user