Adapted to make use of ../../compare and ../../install.
authorkeie <none@none>
Fri, 26 Oct 1984 12:58:15 +0000 (12:58 +0000)
committerkeie <none@none>
Fri, 26 Oct 1984 12:58:15 +0000 (12:58 +0000)
mach/z8000/libem/Makefile

index c1bd395..ff11d67 100644 (file)
@@ -1,11 +1,10 @@
-l=../lib
 
 install:       cp
 
 cp:
-               cp head_em.s $l/head_em
-               cp tail_em.s.a $l/tail_em
+               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
 
 cmp:
-               cmp head_em.s $l/head_em
-               cmp tail_em.s.a $l/tail_em
+               -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