diff --git a/mach/6500/libem/Makefile b/mach/6500/libem/Makefile index 931f30b44..28fc1faa9 100644 --- a/mach/6500/libem/Makefile +++ b/mach/6500/libem/Makefile @@ -4,9 +4,9 @@ install: ../../install libem_s.vend.a tail_em.vend cmp: - ../../compare head.s head_em - ../../compare e.a tail_em - ../../compare libem_s.vend.a tail_em.vend + -../../compare head.s head_em + -../../compare e.a tail_em + -../../compare libem_s.vend.a tail_em.vend clean : diff --git a/mach/i86/libem/Makefile b/mach/i86/libem/Makefile index cf10bb895..351b5160c 100644 --- a/mach/i86/libem/Makefile +++ b/mach/i86/libem/Makefile @@ -3,8 +3,8 @@ install: ../../install tail_em.a tail_em cmp: - ../../compare head_em.s head_em - ../../compare tail_em.a tail_em + -../../compare head_em.s head_em + -../../compare tail_em.a tail_em clean : diff --git a/mach/m68k2/libem/Makefile b/mach/m68k2/libem/Makefile index d44d25c06..3e0f789a3 100644 --- a/mach/m68k2/libem/Makefile +++ b/mach/m68k2/libem/Makefile @@ -4,9 +4,9 @@ install: ../../install libem_s.vend.a tail_em.vend cmp: - ../../compare head_em.s head_em - ../../compare libem_s.a tail_em.rt - ../../compare libem_s.vend.a tail_em.vend + -../../compare head_em.s head_em + -../../compare libem_s.a tail_em.rt + -../../compare libem_s.vend.a tail_em.vend clean :