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 --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile index 6f2e7383..5632b8f0 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -177,7 +177,7 @@ endif ifeq ($(BUILD_STATICLIB),y) libnetpbm.$(STATICLIBSUFFIX): $(LIBOBJECTS) $(LIBOBJECTS_X) -rm -f $@ - ar rc $@ $(LIBOBJECTS) $(LIBOBJECTS_X) + $(AR) rc $@ $(LIBOBJECTS) $(LIBOBJECTS_X) -$(RANLIB) $@ endif -- cgit 1.4.1