From: ceriel Date: Wed, 16 Oct 1991 17:57:53 +0000 (+0000) Subject: Use ASAR instead of AR X-Git-Tag: release-5-5~722 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=237fb752e5a926c7f2943c4e7ea245b053fa03c0;p=ack.git Use ASAR instead of AR --- diff --git a/mach/proto/libg/proto.libcc.ansi b/mach/proto/libg/proto.libcc.ansi index e21eb30ab..69822be01 100644 --- a/mach/proto/libg/proto.libcc.ansi +++ b/mach/proto/libg/proto.libcc.ansi @@ -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 diff --git a/mach/proto/libg/proto.libf77 b/mach/proto/libg/proto.libf77 index d7cb7acf9..cd518d311 100644 --- a/mach/proto/libg/proto.libf77 +++ b/mach/proto/libg/proto.libf77 @@ -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