From 5f35f2b26bbcd17396e064c9b7a74980f11efdcc Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 15 Oct 1987 10:32:12 +0000 Subject: [PATCH] parameterized archiver used --- modules/src/object/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/src/object/Makefile b/modules/src/object/Makefile index 54cea5ba0..2ab9ab3cb 100644 --- a/modules/src/object/Makefile +++ b/modules/src/object/Makefile @@ -4,6 +4,7 @@ INSTALL = $(MODULES)/install COMPARE = $(MODULES)/compare INCLUDES = -I$(EMHOME)/h CFLAGS = -O $(INCLUDES) +AR = ar CFILES = rd_arhdr.c wr_arhdr.c \ rd_ranlib.c wr_ranlib.c \ rd_bytes.c wr_bytes.c \ @@ -37,7 +38,7 @@ clean: rm -f *.[oa] nohup.out Out byte_order byte_order.h libobject.a: $(OFILES) - ar r libobject.a $(OFILES) + $(AR) r libobject.a $(OFILES) -sh -c 'ranlib libobject.a' depend: byte_order.h -- 2.34.1