Use ASAR instead of AR
authorceriel <none@none>
Wed, 16 Oct 1991 17:57:53 +0000 (17:57 +0000)
committerceriel <none@none>
Wed, 16 Oct 1991 17:57:53 +0000 (17:57 +0000)
mach/proto/libg/proto.libcc.ansi
mach/proto/libg/proto.libf77

index e21eb30..69822be 100644 (file)
@@ -40,7 +40,7 @@ tail:
                   do echo $$i/$$j >> OLIST ; \
                   done ; \
                done
-               $(AR) r tail_ac `cat OLIST`
+               $(ASAR) r tail_ac `cat OLIST`
                $(RANLIB) tail_ac
 
 install:       all
index d7cb7ac..cd518d3 100644 (file)
@@ -29,7 +29,7 @@ tail:
                   do echo $$i/$$j >> OLIST ; \
                   done ; \
                done
-               $(AR) r tail_f77 `cat OLIST`
+               $(ASAR) r tail_f77 `cat OLIST`
                $(RANLIB) tail_f77
 
 install:       all