The definition if the symbols, end, endbss etc, is moved
authorkeie <none@none>
Thu, 20 Dec 1984 14:13:48 +0000 (14:13 +0000)
committerkeie <none@none>
Thu, 20 Dec 1984 14:13:48 +0000 (14:13 +0000)
from a library to a file. This to avoid 2 libraries in this
directory.

mach/m68k2/libem/Makefile

index 3e0f789..1af8fa3 100644 (file)
@@ -1,12 +1,12 @@
 install:
        ../../install head_em.s head_em
        ../../install libem_s.a tail_em.rt
-       ../../install libem_s.vend.a tail_em.vend
+       ../../install end.s end_em.s
 
 cmp:
        -../../compare head_em.s head_em
        -../../compare libem_s.a tail_em.rt
-       -../../compare libem_s.vend.a tail_em.vend
+       -../../compare end.s end_em.s
 
 clean :
 
@@ -14,6 +14,6 @@ opr :
        make pr | opr
 
 pr:
-       @pr head_em.s
+       @pr `pwd`/head_em.s
        @arch pv libem_s.a | pr -h `pwd`/libem_s.a
-       @arch pv libem_s.vend.a | pr -h `pwd`/libem_s.vend.a
+       @pr `pwd`/end.s