$NetBSD: patch-ah,v 1.3 2001/01/10 14:07:21 bad Exp $ --- pnm/fiasco/codec/Makefile.orig Fri Jul 7 00:22:29 2000 +++ pnm/fiasco/codec/Makefile Wed Jan 10 14:46:45 2001 @@ -17,7 +17,8 @@ all: libfiasco_codec.a libfiasco_codec.a: $(OBJECTS) - ar -rc $@ $(OBJECTS) + $(AR) -rc $@ $(OBJECTS) + $(RANLIB) $@ .PHONY: clean clean: clean.common