summaryrefslogtreecommitdiff
blob: 57e080c8a37865cc4d80fc0a3e865b1381488729 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/argh/Makefile
+++ b/argh/Makefile
@@ -21,7 +21,7 @@
 	$(CXX) $(CXXFLAGS) $(CPPFLAGS) -fpic -o $@ -c $<
 
 libargh.a: argh.o
-	ar -rc $@ $^
+	$(AR) -rc $@ $^
 
 include depfun.mak