From 28e055cc0127086d908bfd6505ecd2509e5c9d89 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 8 Sep 2009 02:33:14 +0000 Subject: Use AR make variable git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@986 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urt/Makefile') diff --git a/urt/Makefile b/urt/Makefile index b9eacaf9..57543b0c 100644 --- a/urt/Makefile +++ b/urt/Makefile @@ -19,7 +19,7 @@ all: librle.a librle.a: $(LIBOBJECTS) rm -f $@ - ar rc $@ $^ + $(AR) rc $@ $^ $(RANLIB) $@ # Rule for objects. -- cgit 1.4.1