diff --git a/mach/6500/libem/Makefile b/mach/6500/libem/Makefile index 931f30b4..28fc1faa 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 cf10bb89..351b5160 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 d44d25c0..3e0f789a 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 :