From 49f4336c9bba33650573ba780b70bc501b38643e Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 18 Sep 2009 19:04:37 +0000 Subject: Release 10.35.68 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@989 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 04dd2913..17fd534b 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