From 7e46c24361b2a89e42b6888e24c12d46109ffbb2 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Mon, 26 Oct 2015 17:35:20 -0400 Subject: Use ${AR} for cross-building. Regular ar is fine, but this feels cleaner. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index f425c50..507782b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -47,7 +47,7 @@ all: ${LIB} ${OBJ}: ${INC} ${LIB}: ${OBJ} - ar rcs $@ $^ + ${AR} rcs $@ $^ asn1.o rsa.o ecdsa.o: asn1_internal.h -- cgit v1.2.3