changed name back: libem_s.a --> tail_em.a
authorceriel <none@none>
Thu, 8 Jan 1987 10:19:47 +0000 (10:19 +0000)
committerceriel <none@none>
Thu, 8 Jan 1987 10:19:47 +0000 (10:19 +0000)
mach/i86/libem/LIST
mach/i86/libem/Makefile

index a94a4e3..4bd0181 100644 (file)
@@ -1,4 +1,4 @@
-libem_s.a
+tail_em.a
 adi.s
 and.s
 cii.s
index 3dcf0e6..c1ebb19 100644 (file)
@@ -2,15 +2,15 @@
 MACH=i86
 install:       all
                ../../install head_em.o head_em
-               ../../install libem_o.a tail_em
+               ../../install tail_em
                ../../install end.o end_em
 
 cmp:           all
                -../../compare head_em.o head_em
-               -../../compare libem_o.a tail_em
+               -../../compare tail_em
                -../../compare end.o end_em
 
-all:            head_em.o libem_o.a end.o
+all:            head_em.o tail_em end.o
 
 end.o:         end.s
                $(MACH) -I../../../h -c end.s
@@ -18,9 +18,9 @@ end.o:                end.s
 head_em.o:      head_em.s
                $(MACH) -I../../../h -c head_em.s
 
-libem_o.a:     libem_s.a
+tail_em:       tail_em.a
                ASAR=aal ; export ASAR ;\
-               march . libem_o.a
+               march . tail_em
 
 clean:
                rm -f *.o
@@ -29,5 +29,5 @@ opr :
 
 pr:
                @pr `pwd`/head_em.s
-               @arch pv libem_s.a | pr -h `pwd`/libem_s.a
+               @arch pv tail_em.a | pr -h `pwd`/tail_em.a
                @pr `pwd`/end.s