summaryrefslogtreecommitdiff
blob: fdce341d982412e40a6aee7b033033e8e4299243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 8a250730c8d73feea322f5a5beeaa16cbaa05d3a Mon Sep 17 00:00:00 2001
From: Kent Fredric <kentnl@gentoo.org>
Date: Fri, 22 May 2020 04:58:39 +1200
Subject: Fix direct calling of ar

---
 uulib/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uulib/Makefile.in b/uulib/Makefile.in
index 06a820d..65bae91 100644
--- a/uulib/Makefile.in
+++ b/uulib/Makefile.in
@@ -69,7 +69,7 @@ new:		clean
 
 libuu.a:	$(UULIB_OBJ)
 	rm -f $@
-	ar r $@ $(UULIB_OBJ)
+	$(AR) r $@ $(UULIB_OBJ)
 	-$(RANLIB) $@
 
 .c.o:
-- 
2.26.2