summaryrefslogtreecommitdiff
blob: 95451dc98b7778166bde8064f85a27c4d53e4c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur brltty-5.2/Programs/Makefile.in brltty-5.2-new/Programs/Makefile.in
--- brltty-5.2/Programs/Makefile.in	2014-11-06 07:28:41.000000000 -0800
+++ brltty-5.2-new/Programs/Makefile.in	2014-11-20 05:41:57.144219093 -0800
@@ -434,7 +434,7 @@
 	[ ! -f lib.def ] || mv lib.def $(API_DEF)
 
 $(API_ARC): $(API_CLIENT_OBJECTS)
-	ar rc $@ $(API_CLIENT_OBJECTS)
+	$(AR) rc $@ $(API_CLIENT_OBJECTS)
 	$(RANLIB) $@
 
 brlapi_client.$O: