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/sys-boot/aboot/files/aboot-respect-AR.patch

14 lines
302 B

diff --git a/lib/Makefile b/lib/Makefile
index e3a2247..c137b53 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -13,6 +13,6 @@ libaboot.a: vsprintf.o memcpy.o memset.o string.o _setjmp.o \
__remlu.o
- ar cru $@ $?
+ $(AR) cru $@ $?
else
libaboot.a: isolib.o
- ar cru $@ $?
+ $(AR) cru $@ $?
endif