summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-ai
blob: 633ea054e7aa220e2e982381214f09d84a332bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ai,v 1.3 2001/01/10 14:07:22 bad Exp $

--- pnm/fiasco/input/Makefile.orig	Fri Jul  7 00:22:51 2000
+++ pnm/fiasco/input/Makefile	Wed Jan 10 14:47:22 2001
@@ -8,7 +8,8 @@
 all: libfiasco_input.a
 
 libfiasco_input.a: $(OBJECTS)
-	ar -rc $@ $(OBJECTS)
+	$(AR) -rc $@ $(OBJECTS)
+	$(RANLIB) $@
 
 .PHONY: clean
 clean: clean.common