You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-electronics/fasthenry/files/fasthenry-3.0.20.07.17-ar.p...

19 lines
556 B

diff -ruN fasthenry-3.0wr.orig/src/sparse/Makefile fasthenry-3.0wr/src/sparse/Makefile
--- fasthenry-3.0wr.orig/src/sparse/Makefile 2020-10-24 18:35:15.348900086 +0300
+++ fasthenry-3.0wr/src/sparse/Makefile 2020-10-24 18:37:09.729921680 +0300
@@ -25,12 +25,12 @@
# $(CC) $(CFLAGS) -o $(DESTINATION) $(TESTO) $(LIBRARY) -lm
$(LIBRARY) : $(OFILES)
- ar r $(LIBRARY) $?
+ $(AR) r $(LIBRARY) $?
ranlib $(LIBRARY)
spice : $(LIBRARY) spSMP.o
cp $(LIBRARY) ../SMP.a
- ar r ../SMP.a spSMP.o
+ $(AR) r ../SMP.a spSMP.o
ranlib ../SMP.a
lint :