From 8d35578ad2948073dca2f8474b07b4d85bffcdea Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 14 Oct 1987 12:41:38 +0000 Subject: [PATCH] Parameterized the archiver used --- util/data/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/data/Makefile b/util/data/Makefile index 3d67c206e..3b67c4199 100644 --- a/util/data/Makefile +++ b/util/data/Makefile @@ -2,6 +2,7 @@ d=../.. h=$d/h l=$d/lib +ar=ar OBJ=em_mnem.o em_pseu.o em_flag.o em_ptyp.o @@ -10,7 +11,7 @@ DATA_PATH=em_data.a CFLAGS=-O -I$h $(DATA_PATH): $(OBJ) - ar rv $(DATA_PATH) $(OBJ) + $(ar) rv $(DATA_PATH) $(OBJ) -sh -c 'ranlib $(DATA_PATH)' em_flag.o: $h/em_flag.h -- 2.34.1