From 518e8173457c42c389f878a21811b3a44f080457 Mon Sep 17 00:00:00 2001 From: keie Date: Fri, 7 Dec 1984 16:42:59 +0000 Subject: [PATCH] This one works, the previous one didn't. --- mach/z8000/libem/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mach/z8000/libem/Makefile b/mach/z8000/libem/Makefile index ff11d674a..e0be3b1ef 100644 --- a/mach/z8000/libem/Makefile +++ b/mach/z8000/libem/Makefile @@ -1,10 +1,10 @@ -install: cp - -cp: - ln tail_em.s.a head_em ; ../../install head_em ; rm head_em - ln tail_em.s.a tail_em ; ../../install tail_em ; rm tail_em +install: + ../../install head_em.s head_em + ../../install tail_em.s.a tail_em cmp: - -ln tail_em.s.a head_em ; ../../compare head_em ; rm head_em - -ln tail_em.s.a tail_em ; ../../compare tail_em ; rm tail_em + -../../compare head_em.s head_em + -../../compare tail_em.s.a tail_em + +clean: -- 2.34.1