Parameterized the archiver used

This commit is contained in:
ceriel 1987-10-14 12:41:38 +00:00
parent 4695d966ee
commit 8d35578ad2

View file

@ -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