From 88d8a9cb71909db0af4e29daf9fb69c09dc74d21 Mon Sep 17 00:00:00 2001 From: keie Date: Sat, 8 Dec 1984 00:40:04 +0000 Subject: [PATCH] Comparing shouldn't stop when one compare fails. --- mach/6500/libem/Makefile | 6 +++--- mach/i86/libem/Makefile | 4 ++-- mach/m68k2/libem/Makefile | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) 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 :